diff options
Diffstat (limited to 'tools/misc/netfix')
-rw-r--r-- | tools/misc/netfix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/misc/netfix b/tools/misc/netfix index ab5a04cdef..32f1021732 100644 --- a/tools/misc/netfix +++ b/tools/misc/netfix @@ -9,8 +9,8 @@ from getopt import getopt -# Default install path for Xen binary packages. -sys.path = [ '/usr/lib/python' ] + sys.path +# add fallback path for non-native python path installs if needed +sys.path.append('/usr/lib/python') from xen.util.Brctl import * short_options = 'hvqni:b:c' |