소스 검색

fix missing import

Oz N Tiram 9 년 전
부모
커밋
c948d1c59b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      pwman/__init__.py

+ 1 - 0
pwman/__init__.py

@@ -23,6 +23,7 @@ import argparse
 import sys
 import re
 import colorama
+import pkg_resources
 from pwman.util import config
 from pwman.data.factory import check_db_version