3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 09:19:23 +01:00

kill some cruft

This commit is contained in:
James Lu 2015-03-19 12:59:46 -07:00
parent be3fe38206
commit 64f937027a

View File

@ -3,8 +3,6 @@
import yaml import yaml
import imp import imp
import os import os
import importlib
import sys
print('PyLink starting...') print('PyLink starting...')
@ -44,6 +42,4 @@ for network in conf['networks']:
print('Creating IRC Object for: %s' % network) print('Creating IRC Object for: %s' % network)
networkobjects[network] = irc(network) networkobjects[network] = irc(network)
# mod = sys.modules[plugin]