Update to genscripts rev 382. This has more fixes for py3k and the modular rewrite...
[gentoolkit.git] / pym / gentoolkit / analyse / __init__.py
index 7a5fbec435e3c72b01555a6c130841c3e3a80ce3..82625b61e674ef71c12458d3b1ae2b09ba824f64 100644 (file)
@@ -19,7 +19,7 @@ __version__ = "svn"
 __productname__ = "analyse"
 __authors__ = (
        'Brian Dolbec, <brian.dolbec@gmail.com>'
-       
+
 )
 
 # make an exportable copy of the info for help output
@@ -29,7 +29,7 @@ MODULE_INFO = {
        "__version__": __version__,
        "__productname__": __productname__,
        "__authors__": __authors__
-       
+
 }
 
 import errno
@@ -54,7 +54,7 @@ NAME_MAP = {
 }
 
 FORMATTED_OPTIONS = (
-               ("    (a)nalyse", 
+               ("    (a)nalyse",
                "analyses the installed PKG database USE flag or keyword useage"),
                ("    (r)ebuild",
                "analyses the Installed PKG database and generates files suitable"),