summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-bumpchecker.py')
-rwxr-xr-xgnome-bumpchecker.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnome-bumpchecker.py b/gnome-bumpchecker.py
index 66fa102..4ddb3d5 100755
--- a/gnome-bumpchecker.py
+++ b/gnome-bumpchecker.py
@@ -3,7 +3,7 @@
# Copyright Daniel Gryniewicz <dang@gentoo.org>
# LICENSE - GPL2
-import os,sys
+import os, sys
sys.path.append(os.path.sep.join([os.path.dirname(sys.argv[0]), 'modules']))
@@ -44,7 +44,7 @@ if __name__ == '__main__':
comparison_result_packages = gnome_module.compare_packages(release_packages, \
latest_packages, \
packages_in_portage)
-
+
# output these results to a nice html document
import gnome_output
gnome_output.Output(comparison_result_packages, True).generate_html()