Add missing \n at end of file

Change-Id: I60a17e4e18c5f66279c1e5adc10c8a120ac9489b
This commit is contained in:
Christian Berendt 2014-06-08 19:02:06 +02:00
parent f6c2a89935
commit a1ba8c8c5a

View File

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