Commit b1e8b4a5 authored by Denis Bilenko's avatar Denis Bilenko

minor style changes

parent e8bd272e
......@@ -130,7 +130,7 @@ while i < len(sys.argv):
elif arg == '--dynamic':
static = False
else:
i = i+1
i += 1
continue
del sys.argv[i]
......@@ -196,6 +196,4 @@ if __name__ == '__main__':
"Topic :: Internet",
"Topic :: Software Development :: Libraries :: Python Modules",
"Intended Audience :: Developers",
"Development Status :: 4 - Beta"]
)
"Development Status :: 4 - Beta"])
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment