Commit abdca50d authored by Jeremy Hylton's avatar Jeremy Hylton

Add nested scopes future statement for 2.1 compatibility

parent 0f452351
...@@ -20,6 +20,8 @@ XXX Need some basic access control-- a declaration of the methods ...@@ -20,6 +20,8 @@ XXX Need some basic access control-- a declaration of the methods
exported for invocation by the server. exported for invocation by the server.
""" """
from __future__ import nested_scopes
import asyncore import asyncore
import cPickle import cPickle
import os import os
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment