mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 17:24:46 +00:00
update import
This commit is contained in:
@@ -15,7 +15,7 @@ For example ~/.config/awesome/rc.lua
|
||||
from docopt import docopt
|
||||
import sys
|
||||
import os
|
||||
sys.path.append('../dotdrop')
|
||||
sys.path.insert(0, '../dotdrop')
|
||||
try:
|
||||
from dotdrop.config import Cfg
|
||||
except Exception as e:
|
||||
|
||||
Reference in New Issue
Block a user