upip: Make importable as a module.

pull/106/head
Paul Sokolovsky 2016-10-07 01:27:50 +03:00
rodzic 542c8cf9ef
commit ce843f3ffc
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -248,4 +248,6 @@ def main():
if not debug:
cleanup()
main()
if __name__ == "__main__":
main()