提交 3e584e07 编写于 作者: P Peter Eisentraut

Remove use of whrandom module, which was removed in Python 2.5.

上级 0b35b01e
......@@ -49,7 +49,6 @@ CREATE FUNCTION import_succeed() returns text
import sha
import string
import time
import whrandom
except Exception, ex:
plpy.notice("import failed -- %s" % str(ex))
return "failed, that wasn''t supposed to happen"
......
......@@ -58,7 +58,6 @@ CREATE FUNCTION import_succeed() returns text
import sha
import string
import time
import whrandom
except Exception, ex:
plpy.notice("import failed -- %s" % str(ex))
return "failed, that wasn''t supposed to happen"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册