Skip to content

Commit 72a2078

Browse files
committed
Fix random_ import to use from import rather than import as
1 parent 1f347e9 commit 72a2078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/password.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
from base64 import b64encode, b64decode
2929
from hashlib import md5, sha1, sha512
3030

31-
import roundup.anypy.random_ as random_
31+
from roundup.anypy import random_
3232

3333
from roundup.anypy.strings import us2s, b2s, s2b
3434
from roundup.exceptions import RoundupException

0 commit comments

Comments
 (0)