Some PEP8 style fixes.

This commit is contained in:
grossmj
2014-05-28 06:26:20 -06:00
parent a39a693cda
commit 7b58f14681
31 changed files with 988 additions and 1014 deletions

View File

@ -48,12 +48,12 @@ setup(
"tornado>=3.1",
"pyzmq>=14.0.0",
"jsonschema==2.3.0"
],
],
entry_points={
"console_scripts": [
"gns3server = gns3server.main:main",
]
},
]
},
packages=find_packages(),
package_data={"gns3server": ["templates/upload.html"]},
include_package_data=True,
@ -71,5 +71,5 @@ setup(
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: Implementation :: CPython",
],
],
)