Keep lint happy

(But what about py3?)
This commit is contained in:
Peter Eckersley
2015-12-21 20:01:28 -08:00
parent aa6bf73d4a
commit e41339cda8
+1 -1
View File
@@ -73,7 +73,7 @@ class AuthenticatorTest(unittest.TestCase):
os.chmod(self.path, 0o000)
try:
open(permission_canary, "r")
print("Warning, running tests as root skips permissions tests...")
print "Warning, running tests as root skips permissions tests..."
except IOError:
# ok, permissions work, test away...
self.assertRaises(errors.PluginError, self.auth.prepare)