File: use_stock_crypt.patch

package info (click to toggle)
py-postgresql 1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 1,364 kB
  • ctags: 3,170
  • sloc: python: 18,318; ansic: 2,024; sql: 282; makefile: 29; sh: 26
file content (11 lines) | stat: -rw-r--r-- 273 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
--- a/postgresql/protocol/xact3.py
+++ b/postgresql/protocol/xact3.py
@@ -15,7 +15,7 @@
 from . import element3 as element
 
 from hashlib import md5
-from ..resolved.crypt import crypt
+from crypt import crypt
 
 try:
 	from ..port.optimized import consume_tuple_messages