opnsense-ports/security/py-trustedpickle/files/patch-TrustedPickle.py
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

10 lines
255 B
Python

--- TrustedPickle.py.orig Tue May 2 14:20:14 2006
+++ TrustedPickle.py Tue May 2 14:20:24 2006
@@ -82,6 +82,7 @@
Low-level functions in this module you should not need to call:
Hash(): used in signing a string
+"""
import cPickle
import getpass