mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-11 01:29:17 +00:00
fix import issue for #260
This commit is contained in:
@@ -2,3 +2,12 @@
|
|||||||
author: deadc0de6 (https://github.com/deadc0de6)
|
author: deadc0de6 (https://github.com/deadc0de6)
|
||||||
Copyright (c) 2017, deadc0de6
|
Copyright (c) 2017, deadc0de6
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
import sys
|
||||||
|
|
||||||
|
|
||||||
|
def main():
|
||||||
|
import dotdrop.dotdrop
|
||||||
|
if dotdrop.dotdrop.main():
|
||||||
|
sys.exit(0)
|
||||||
|
sys.exit(1)
|
||||||
|
|||||||
Reference in New Issue
Block a user