소스 검색

removed superflous entry point

prozessorkern 4 년 전
부모
커밋
90c852095c
1개의 변경된 파일0개의 추가작업 그리고 10개의 파일을 삭제
  1. 0 10
      metrixpp/tests/metrix++.py

+ 0 - 10
metrixpp/tests/metrix++.py

@@ -1,10 +0,0 @@
-#
-#    Metrix++, Copyright 2009-2019, Metrix++ Project
-#    Link: https://github.com/metrixplusplus/metrixplusplus
-#    
-#    This file is a part of Metrix++ Tool.
-#    
-
-if __name__ == '__main__':
-    from ..metrixpp import metrixpp
-    metrixpp.start()