]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
Code cleanup.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 9 Aug 2008 12:06:15 +0000 (12:06 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 9 Aug 2008 12:06:15 +0000 (12:06 +0000)
src/pomona/src/installer.py

index 204f0ec33632de128a0d6b467cf0fa6b4a8fcb3c..04ac081e9cb5012c7270bff7bb1f84c1048eca76 100644 (file)
@@ -130,7 +130,7 @@ if __name__ == "__main__":
 
     ### Set up i18n
     #
-    from pyfire.translate import _, textdomain #, addPoPath
+    from pyfire.translate import _, textdomain
     textdomain("pomona")
 
     ### Reading command line options
@@ -153,9 +153,6 @@ if __name__ == "__main__":
     from exception import handleException
     import warnings, signal
 
-    instClass = None        # the install class to use
-
-    # Now that we've got arguments, do some extra processing.
     instClass = getInstClass()
 
     checkMemory()