diff options
author | cedricbonhomme <devnull@localhost> | 2010-12-07 09:25:26 +0100 |
---|---|---|
committer | cedricbonhomme <devnull@localhost> | 2010-12-07 09:25:26 +0100 |
commit | 4f5909a60709fb766a29ce50682dbb43a7f5a84c (patch) | |
tree | 9a962895a724d65054af628175c1ea30e45b686c /utils.py | |
parent | Minor bug fix in the export function. (diff) | |
download | newspipe-4f5909a60709fb766a29ce50682dbb43a7f5a84c.tar.gz newspipe-4f5909a60709fb766a29ce50682dbb43a7f5a84c.tar.bz2 newspipe-4f5909a60709fb766a29ce50682dbb43a7f5a84c.zip |
Removed unused imports
Diffstat (limited to 'utils.py')
-rwxr-xr-x | utils.py | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -25,10 +25,7 @@ __date__ = "$Date: 2010/10/25 $" __copyright__ = "Copyright (c) 2010 Cedric Bonhomme" __license__ = "GPLv3" -IMPORT_ERROR = [] - import re -import string import hashlib import sqlite3 import operator @@ -51,7 +48,6 @@ from datetime import datetime from string import punctuation from collections import Counter from collections import OrderedDict -from collections import defaultdict from StringIO import StringIO |