summaryrefslogtreecommitdiff
path: root/migrate/versioning/repository.py
diff options
context:
space:
mode:
authorDavid Ripton <dripton@redhat.com>2014-02-26 15:04:54 -0500
committerDavid Ripton <dripton@redhat.com>2014-02-26 15:04:54 -0500
commitd6fbf12989e85b8cdbd0202653ef6a2709c16bf5 (patch)
tree4b48c826064052840e18ac1ee1d7a6e59016f543 /migrate/versioning/repository.py
parent21fcdad0f485437d010e5743626c63ab3acdaec5 (diff)
downloadsqalchemy-migrate-d6fbf12989e85b8cdbd0202653ef6a2709c16bf5.tar.gz
Eradicate trailing whitespace
Remove all trailing spaces and tabs in every file in the project. People have editors configured to do this, which causes them to accidentally make little whitespace changes in unrelated commits, which makes those commits harder to review. Better to fix them all at once. Change-Id: I17d89f55f41d8599e0ab1a31f646cd161289703e
Diffstat (limited to 'migrate/versioning/repository.py')
-rw-r--r--migrate/versioning/repository.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/migrate/versioning/repository.py b/migrate/versioning/repository.py
index 6e2f678..82aa271 100644
--- a/migrate/versioning/repository.py
+++ b/migrate/versioning/repository.py
@@ -153,7 +153,7 @@ class Repository(pathed.Pathed):
def create_script(self, description, **k):
"""API to :meth:`migrate.versioning.version.Collection.create_new_python_version`"""
-
+
k['use_timestamp_numbering'] = self.use_timestamp_numbering
self.versions.create_new_python_version(description, **k)
@@ -229,7 +229,7 @@ class Repository(pathed.Pathed):
@classmethod
def create_manage_file(cls, file_, **opts):
"""Create a project management script (manage.py)
-
+
:param file_: Destination file to be written
:param opts: Options that are passed to :func:`migrate.versioning.shell.main`
"""