Break multiple imports to multiple lines

Change-Id: I62ba21f4447fada5bf1b86c261d0f7a65681ba76
This commit is contained in:
Changbin Liu 2013-08-28 19:32:45 -04:00
parent f00b99bb70
commit ecc2a44429
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
#!/usr/bin/env python
# Copyright (c) 2013 AT&T. All right reserved.
from setuptools import setup, find_packages
from setuptools import find_packages
from setuptools import setup
# move version string out of setup so it is readily available to others
from inception import __version__