summaryrefslogtreecommitdiff
path: root/autoimport.py
diff options
context:
space:
mode:
Diffstat (limited to 'autoimport.py')
-rwxr-xr-xautoimport.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoimport.py b/autoimport.py
index abd3a5f..9c416c5 100755
--- a/autoimport.py
+++ b/autoimport.py
@@ -18,7 +18,7 @@ except ImportError:
try:
from urllib.request import urlopen
except ImportError:
- from urllib import urlopen
+ from urllib2 import urlopen
import concurrent.futures
from debian import deb822