[Uludag-commits] r15576 - branches/pisi-db/pisi/cli

uludag-commits at pardus.org.tr uludag-commits at pardus.org.tr
1 Eki 2007 Pzt 13:57:44 EEST


Author: faik
Date: Mon Oct  1 13:57:44 2007
New Revision: 15576

Modified:
   branches/pisi-db/pisi/cli/build.py
Log:
Missing module optparse

OptionGroup is under optparse


Modified: branches/pisi-db/pisi/cli/build.py
=================================================================
--- branches/pisi-db/pisi/cli/build.py	(original)
+++ branches/pisi-db/pisi/cli/build.py	Mon Oct  1 13:57:44 2007
@@ -76,7 +76,7 @@
                                help=_("Do not constrain build process inside the build folder"))
 
     def add_steps_options(self):
-        group = OptionGroup(self.parser, _("build steps"))
+        group = optparse.OptionGroup(self.parser, _("build steps"))
         group.add_option("--fetch", dest="until", action="store_const",
                          const="fetch", help=_("Break build after fetching the source archive"))
         group.add_option("--unpack", dest="until", action="store_const",


Uludag-commits mesaj listesiyle ilgili daha fazla bilgi