Unverified Commit faefd049 authored by Isis Lovecruft's avatar Isis Lovecruft
Browse files

Some pep8ification on setup.py.

parent f2c62052
Loading
Loading
Loading
Loading
+7 −8
Original line number Diff line number Diff line
@@ -86,8 +86,7 @@ def get_cmdclass():
                'compile_catalog': compile_catalog,
                'extract_messages': extract_messages,
                'init_catalog': init_catalog,
              'update_catalog': update_catalog,
             }
                'update_catalog': update_catalog}
    cmdclass.update(versioneer.get_cmdclass())
    return cmdclass