summaryrefslogtreecommitdiff
path: root/tests/lock.py
diff options
context:
space:
mode:
authorBen Finney <ben@benfinney.id.au>2008-05-16 16:11:06 +1000
committerBen Finney <ben@benfinney.id.au>2008-05-16 16:11:06 +1000
commita953d82143f0ec979e18f17e8d9bbacbac954868 (patch)
tree42e76c37d72847d4fe3ca2487e227ae1649ad3c0 /tests/lock.py
parent21ef2ab57d68de87a2b44a23d9a3bfb87d24d46d (diff)
downloadpython-apt-a953d82143f0ec979e18f17e8d9bbacbac954868.tar.gz
Fixes to blank lines, to conform with PEP 8.
Diffstat (limited to 'tests/lock.py')
-rw-r--r--tests/lock.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/lock.py b/tests/lock.py
index 86d704ea..a3d962d7 100644
--- a/tests/lock.py
+++ b/tests/lock.py
@@ -44,4 +44,3 @@ if __name__ == "__main__":
fd = apt_pkg.GetLock(lock,True)
print "Lockfile fd (child): %s" % fd
sys.exit(0)
-