diff options
author | Jauhien Piatlicki (jauhien) <piatlicki@gmail.com> | 2013-07-02 16:50:11 +0200 |
---|---|---|
committer | Jauhien Piatlicki (jauhien) <piatlicki@gmail.com> | 2013-07-02 16:50:11 +0200 |
commit | 1c6004894b1ecd4397791f09f5b9c0d4d7138809 (patch) | |
tree | 55896f23e79a86d07be34f59a6db1a9c82dabaad /tests | |
parent | py2k: tests/server (diff) | |
download | g-sorcery-1c6004894b1ecd4397791f09f5b9c0d4d7138809.tar.gz g-sorcery-1c6004894b1ecd4397791f09f5b9c0d4d7138809.tar.bz2 g-sorcery-1c6004894b1ecd4397791f09f5b9c0d4d7138809.zip |
py2k: urljoin
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_elpa_db.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_elpa_db.py b/tests/test_elpa_db.py index 874ee96..1ba99c7 100644 --- a/tests/test_elpa_db.py +++ b/tests/test_elpa_db.py @@ -11,7 +11,7 @@ :license: GPL-2, see LICENSE for more details. """ -import http.server, os, tempfile, threading, unittest +import os, unittest from g_elpa import elpa_db |