Browse Source

from __future__ imports must occur at the beginning of the file

main
Thomas Pelletier 14 years ago
parent
commit
bf80deadb8
2 changed files with 2 additions and 4 deletions
  1. +2
    -2
      SOAPpy/Server.py
  2. +0
    -2
      SOAPpy/__init__.py

+ 2
- 2
SOAPpy/Server.py View File

@@ -40,11 +40,11 @@
################################################################################
"""

from __future__ import nested_scopes

ident = '$Id: Server.py,v 1.21 2005/02/15 16:32:22 warnes Exp $'
from version import __version__

from __future__ import nested_scopes

#import xml.sax
import re
import socket


+ 0
- 2
SOAPpy/__init__.py View File

@@ -1,5 +1,3 @@

ident = '$Id: __init__.py,v 1.9 2004/01/31 04:20:06 warnes Exp $'
from version import __version__

from Client import *


Loading…
Cancel
Save