diff roundup/password.py @ 5490:11a1afa3cba4

removed unused import of os module
author Christof Meerwald <cmeerw@cmeerw.org>
date Sun, 05 Aug 2018 14:04:47 +0100
parents 52cb53eedf77
children 07abc8d36940
line wrap: on
line diff
--- a/roundup/password.py	Sun Aug 05 14:04:01 2018 +0100
+++ b/roundup/password.py	Sun Aug 05 14:04:47 2018 +0100
@@ -20,7 +20,6 @@
 __docformat__ = 'restructuredtext'
 
 import re, string
-import os
 from base64 import b64encode, b64decode
 from hashlib import md5, sha1
 

Roundup Issue Tracker: http://roundup-tracker.org/