소스 검색

Remove obsolete os.system call to git describe

oz123 11 년 전
부모
커밋
d5666456da
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      pwman/__init__.py

+ 0 - 1
pwman/__init__.py

@@ -26,7 +26,6 @@ try:
     version = pkg_resources.get_distribution('pwman3').version
 except pkg_resources.DistributionNotFound:
     version = "0.5-dev"
-    os.system('git describe')
 
 website = "http://github.com/pwman3/pwman3"
 author = "Oz Nahum"