Reordered project structure
This commit is contained in:
8
tests/context.py
Normal file
8
tests/context.py
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import sys
|
||||
import os
|
||||
|
||||
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
|
||||
|
||||
import bot
|
||||
Reference in New Issue
Block a user