1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 17:24:46 +00:00

fix import of dotdrop

This commit is contained in:
deadc0de6
2018-07-17 21:35:00 +02:00
parent 142935e967
commit 5293acadd4

View File

@@ -10,16 +10,15 @@ format
For example ~/.config/awesome/rc.lua
short format: f_rc.lua
long format: f_config_awesome_rc.lua
You need to have dotdrop installed for this script
to work (either with setup.py or pypi).
"""
from docopt import docopt
import sys
import os
sys.path.insert(0, '../dotdrop')
try:
from dotdrop.config import Cfg
except Exception as e:
raise
from dotdrop.config import Cfg
USAGE = """