Adjust lib/chatmark
This commit is contained in:
parent
8b33eaa947
commit
b87414e38d
1
lib/chatmark/.gitignore
vendored
1
lib/chatmark/.gitignore
vendored
@ -1 +0,0 @@
|
||||
tmp/
|
@ -1,11 +1,6 @@
|
||||
import os
|
||||
import sys
|
||||
import time
|
||||
|
||||
sys.path.append(os.path.join(os.path.dirname(__file__), "..", "libs"))
|
||||
sys.path.append(os.path.join(os.path.dirname(__file__), "..", "..", "libs"))
|
||||
|
||||
from chatmark import Button, Checkbox, Form, Radio, Step, TextEditor # noqa: E402
|
||||
from lib.chatmark import Button, Checkbox, Form, Radio, Step, TextEditor
|
||||
|
||||
|
||||
def main():
|
||||
|
Loading…
x
Reference in New Issue
Block a user