Again fix error due to package switch

This commit is contained in:
Némunaire 2012-06-30 16:37:02 +02:00
parent 061e73722f
commit 3a7ffb03be
2 changed files with 3 additions and 0 deletions

View file

@ -7,6 +7,8 @@ import random
import sys
import time
import module_states_file as xmlparser
nemubotversion = 3.0
def help_tiny ():

View file

@ -1,5 +1,6 @@
# coding=utf-8
import http.client
import threading
class Tinyfier(threading.Thread):