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