summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVegard Storheil Eriksen <zyp@jvnv.net>2010-09-11 20:18:18 +0200
committerVegard Storheil Eriksen <zyp@jvnv.net>2010-09-11 20:18:18 +0200
commitdaedb1bf204ec5762fdce7c6e21286fd2b3e4e39 (patch)
tree5ffc4b713e26e59240e02effc7df1da20ae779d4
parent57bb60d56cfba8567bf825bedafa24faea2a72de (diff)
No need for this warning filter anymore.
-rwxr-xr-xanidb4
1 files changed, 0 insertions, 4 deletions
diff --git a/anidb b/anidb
index 795c3d4..b88e6cc 100755
--- a/anidb
+++ b/anidb
@@ -1,9 +1,5 @@
#!/usr/bin/env python
-# Get rid of annoying warning about API mismatch.
-import warnings
-warnings.filterwarnings('ignore', 'Python C API version mismatch for module _multihash: This Python has API version 1013, module _multihash has version 1012.', RuntimeWarning)
-
import pyanidb, pyanidb.hash
import ConfigParser, optparse, os, sys, getpass
from collections import deque