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 time
|
||||
|
||||
import module_states_file as xmlparser
|
||||
|
||||
nemubotversion = 3.0
|
||||
|
||||
def help_tiny ():
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# coding=utf-8
|
||||
|
||||
import http.client
|
||||
import threading
|
||||
|
||||
class Tinyfier(threading.Thread):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue