summaryrefslogtreecommitdiff
path: root/net/py-soappy/patches/patch-ab
blob: 8e024a9f5f58603e5bc2878f0b5e9a9a0107e7ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ab,v 1.1 2009/02/11 21:20:43 joerg Exp $

--- SOAPpy/Types.py.orig	2009-02-11 22:14:21.000000000 +0100
+++ SOAPpy/Types.py
@@ -1,2 +1,4 @@
+from __future__ import nested_scopes
+
 """
 ################################################################################
@@ -37,6 +39,4 @@ ident = '$Id: Types.py,v 1.17 2004/09/11
 from version import __version__
 
-from __future__ import nested_scopes
-
 import UserList
 import base64