diff options
author | Vegard Storheil Eriksen <zyp@jvnv.net> | 2010-09-11 20:18:18 +0200 |
---|---|---|
committer | Vegard Storheil Eriksen <zyp@jvnv.net> | 2010-09-11 20:18:18 +0200 |
commit | daedb1bf204ec5762fdce7c6e21286fd2b3e4e39 (patch) | |
tree | 5ffc4b713e26e59240e02effc7df1da20ae779d4 /anidb | |
parent | 57bb60d56cfba8567bf825bedafa24faea2a72de (diff) |
No need for this warning filter anymore.
Diffstat (limited to 'anidb')
-rwxr-xr-x | anidb | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |