mirror of
https://github.com/jlu5/PyLink.git
synced 2024-11-01 01:09:22 +01:00
kill some cruft
This commit is contained in:
parent
be3fe38206
commit
64f937027a
@ -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]
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user