mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 17:24:46 +00:00
fix runtime warning
This commit is contained in:
@@ -4,11 +4,11 @@ Copyright (c) 2017, deadc0de6
|
||||
"""
|
||||
|
||||
import sys
|
||||
import dotdrop.dotdrop
|
||||
|
||||
|
||||
def main():
|
||||
"""entry point"""
|
||||
import dotdrop.dotdrop
|
||||
if dotdrop.dotdrop.main():
|
||||
sys.exit(0)
|
||||
sys.exit(1)
|
||||
|
||||
Reference in New Issue
Block a user