diff options
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/trove-guestagent | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/trove-guestagent b/contrib/trove-guestagent index c9c8ebb1..18d7e142 100755 --- a/contrib/trove-guestagent +++ b/contrib/trove-guestagent @@ -19,8 +19,8 @@ When the guest is moved out of the application, this will no longer be needed in the project.""" -import sys import os +import sys possible_topdir = os.path.normpath(os.path.join(os.path.abspath(sys.argv[0]), os.pardir, |