mirror of
https://github.com/CopterExpress/clever-show.git
synced 2026-05-26 23:19:33 +00:00
Merge branch 'alpha' of https://github.com/artem30801/CleverSwarm
This commit is contained in:
@@ -8,6 +8,10 @@ import selectors
|
||||
import collections
|
||||
import configparser
|
||||
|
||||
import os,sys,inspect # Add parent dir to PATH to import messaging_lib
|
||||
current_dir = os.path.dirname(os.path.abspath(inspect.getfile(inspect.currentframe())))
|
||||
parent_dir = os.path.dirname(current_dir)
|
||||
sys.path.insert(0, parent_dir)
|
||||
import messaging_lib as messaging
|
||||
|
||||
# All imports sorted in pyramid just because
|
||||
|
||||
Reference in New Issue
Block a user