pep8 fixes from import

Change-Id: I3f68c1cf0b0780174695b3a596a36523e96b44e7
This commit is contained in:
Doug Hellmann 2014-04-29 12:24:49 -07:00
parent 450b9ea681
commit f903f54094
3 changed files with 3 additions and 3 deletions

View File

@ -12,4 +12,4 @@
# License for the specific language governing permissions and limitations
# under the License.
__import__('pkg_resources').declare_namespace(__name__)
__import__('pkg_resources').declare_namespace(__name__)

View File

@ -19,4 +19,4 @@ import setuptools
setuptools.setup(
setup_requires=['pbr'],
pbr=True)
pbr=True)

View File

@ -10,4 +10,4 @@
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
# under the License.