浏览代码

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"