summaryrefslogtreecommitdiff
path: root/tests/lock.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lock.py')
-rw-r--r--tests/lock.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/lock.py b/tests/lock.py
index 5d2697f1..86d704ea 100644
--- a/tests/lock.py
+++ b/tests/lock.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python2.4
#
# Test for the pkgCache code
-#
+#
import apt_pkg
import sys, os
@@ -9,7 +9,7 @@ import sys, os
if __name__ == "__main__":
lock = "/tmp/test.lck"
-
+
apt_pkg.init()
# system-lock
@@ -44,4 +44,4 @@ if __name__ == "__main__":
fd = apt_pkg.GetLock(lock,True)
print "Lockfile fd (child): %s" % fd
sys.exit(0)
-
+