mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-26 04:51:06 -05:00
Revert "Recommend chardet instead of charade. Closes GH-1096."
This reverts commit 36a646661d045fd688fee5aa6fef41a380be0f9a.
This commit is contained in:
parent
36a646661d
commit
bce47a8a8a
@ -1,4 +1,4 @@
|
|||||||
chardet
|
charade
|
||||||
pytz
|
pytz
|
||||||
python-dateutil
|
python-dateutil
|
||||||
python-gnupg
|
python-gnupg
|
||||||
|
10
src/world.py
10
src/world.py
@ -95,15 +95,7 @@ if sys.version_info[0:3] == (3, 3, 1) and hasattr(select, 'poll'):
|
|||||||
|
|
||||||
commandsProcessed = 0
|
commandsProcessed = 0
|
||||||
|
|
||||||
#ircs = [] # A list of all the IRCs.
|
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()
|
|
||||||
|
|
||||||
def getIrc(network):
|
def getIrc(network):
|
||||||
network = network.lower()
|
network = network.lower()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user