Browse Source

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

Ask Solem 14 years ago
parent
commit
5eaffff2ea
1 changed files with 1 additions and 1 deletions
  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()