removed core from sys.path @cybojenix

This commit is contained in:
Luke Rogers 2013-10-01 23:58:38 +13:00
parent d407915124
commit d9de9551d2
2 changed files with 2 additions and 4 deletions

View file

@ -2,10 +2,8 @@ import time
import logging
import re
import os
import sys
import config
import irc
from core import config, irc
def clean_name(n):