From bce47a8a8aca8c9ea154bbc0475e6ea1b9f39033 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Wed, 29 Apr 2015 10:07:13 +0200 Subject: [PATCH] Revert "Recommend chardet instead of charade. Closes GH-1096." This reverts commit 36a646661d045fd688fee5aa6fef41a380be0f9a. --- requirements.txt | 2 +- src/world.py | 10 +--------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3462ef64a..3fa312f09 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -chardet +charade pytz python-dateutil python-gnupg diff --git a/src/world.py b/src/world.py index 3904f2239..888d52578 100644 --- a/src/world.py +++ b/src/world.py @@ -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()