소스 검색

Merge branch 'jedsmith/master'

Ask Solem 12 년 전
부모
커밋
57fff3ec8d
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 1
      CONTRIBUTORS.txt
  2. 1 1
      setup.py

+ 2 - 1
CONTRIBUTORS.txt

@@ -108,4 +108,5 @@ Loren Abrams, 2012/06/19
 Eran Rundstein, 2012/06/24
 John Watson, 2012/06/27
 David Markey, 2012/07/05
-Jared Biel, 2012/07/05
+Jared Biel, 2012/07/05
+Jed Smith, 2012/07/08

+ 1 - 1
setup.py

@@ -29,7 +29,7 @@ try:
         print('Upgrade: no old version found.')
     finally:
         sys.path[:] = orig_path
-except ImportError:
+except:
     pass