Again fix error due to package switch
This commit is contained in:
parent
061e73722f
commit
3a7ffb03be
2 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,8 @@ import random
|
||||||
import sys
|
import sys
|
||||||
import time
|
import time
|
||||||
|
|
||||||
|
import module_states_file as xmlparser
|
||||||
|
|
||||||
nemubotversion = 3.0
|
nemubotversion = 3.0
|
||||||
|
|
||||||
def help_tiny ():
|
def help_tiny ():
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
# coding=utf-8
|
# coding=utf-8
|
||||||
|
|
||||||
|
import http.client
|
||||||
import threading
|
import threading
|
||||||
|
|
||||||
class Tinyfier(threading.Thread):
|
class Tinyfier(threading.Thread):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue