Преглед изворни кода

setup.py: fixed typo "def" -> "class"

Ask Solem пре 14 година
родитељ
комит
414e0b5934
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -111,7 +111,7 @@ class upgrade(Command):
         pass
 
 
-def upgrade_and_install(install):
+class upgrade_and_install(install):
 
     def run(self, *args, **kwargs):
         Upgrade().run()