Revert "Recommend chardet instead of charade. Closes GH-1096."

This reverts commit 36a646661d.
This commit is contained in:
Valentin Lorentz 2015-04-29 10:07:13 +02:00
parent 36a646661d
commit bce47a8a8a
2 changed files with 2 additions and 10 deletions

View File

@ -1,4 +1,4 @@
chardet
charade
pytz
python-dateutil
python-gnupg

View File

@ -95,15 +95,7 @@ if sys.version_info[0:3] == (3, 3, 1) and hasattr(select, 'poll'):
commandsProcessed = 0
#ircs = [] # A list of all the IRCs.
class Foo(list):
def remove(self, item):
print('--'*100)
print('Removing %r' % item)
import traceback
traceback.print_stack()
super().remove(item)
ircs = Foo()
ircs = [] # A list of all the IRCs.
def getIrc(network):
network = network.lower()