Reworked comment & progress bar
This commit is contained in:
5
tests/context.py
Normal file
5
tests/context.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from os.path import abspath, dirname, join
|
||||
import sys
|
||||
sys.path.insert(0, abspath(join(dirname(__file__), '..')))
|
||||
|
||||
import pointsbot
|
||||
Reference in New Issue
Block a user