Kaydet (Commit) d0cd95ce authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Replace __import__ with import as.

üst ee6a4a28
......@@ -21,7 +21,7 @@ is read when the database is opened, and some updates rewrite the whole index)
"""
_os = __import__('os')
import os as _os
import __builtin__
_open = __builtin__.open
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment