From 7daf985febff800015ab428117b82aa92f9ad66c Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sat, 3 Apr 2010 15:40:29 +0000 Subject: [PATCH] remove unneeded argument --- Lib/dbhash.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Lib/dbhash.py b/Lib/dbhash.py index 2179c14b357..601d69b6a22 100644 --- a/Lib/dbhash.py +++ b/Lib/dbhash.py @@ -2,8 +2,7 @@ import sys import warnings -warnings.warnpy3k("in 3.x, the dbhash module has been removed", - DeprecationWarning, 2) +warnings.warnpy3k("in 3.x, the dbhash module has been removed", stackless=2) try: import bsddb except ImportError: