Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee6a4a2 commit d0cd95cCopy full SHA for d0cd95c
1 file changed
Lib/dumbdbm.py
@@ -21,7 +21,7 @@
21
22
"""
23
24
-_os = __import__('os')
+import os as _os
25
import __builtin__
26
27
_open = __builtin__.open
0 commit comments