Refactored entry routines
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import sys, Photobooth
|
||||
import sys, main
|
||||
|
||||
if __name__ == "__main__":
|
||||
sys.exit(Photobooth.main(sys.argv))
|
||||
sys.exit(main.main(sys.argv))
|
||||
|
||||
Reference in New Issue
Block a user