Mercurial > p > roundup > code
changeset 4742:9cc6d463cfbe
nested_scopes are here since Python 2.2
| author | anatoly techtonik <techtonik@gmail.com> |
|---|---|
| date | Thu, 17 Jan 2013 09:08:50 +0300 |
| parents | e68f63877b25 |
| children | 2d6959f1d2df |
| files | roundup/cgi/templating.py roundup/roundupdb.py test/test_actions.py test/test_dates.py |
| diffstat | 4 files changed, 0 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/roundup/cgi/templating.py Tue Jan 15 00:15:34 2013 +0300 +++ b/roundup/cgi/templating.py Thu Jan 17 09:08:50 2013 +0300 @@ -1,5 +1,3 @@ -from __future__ import nested_scopes - """Implements the API used in the HTML templating for the web interface. """
--- a/roundup/roundupdb.py Tue Jan 15 00:15:34 2013 +0300 +++ b/roundup/roundupdb.py Thu Jan 17 09:08:50 2013 +0300 @@ -1,4 +1,3 @@ -from __future__ import nested_scopes # # Copyright (c) 2001 Bizar Software Pty Ltd (http://www.bizarsoftware.com.au/) # This module is free software, and you may redistribute it and/or modify
--- a/test/test_actions.py Tue Jan 15 00:15:34 2013 +0300 +++ b/test/test_actions.py Thu Jan 17 09:08:50 2013 +0300 @@ -1,5 +1,3 @@ -from __future__ import nested_scopes - import unittest from cgi import FieldStorage, MiniFieldStorage
--- a/test/test_dates.py Tue Jan 15 00:15:34 2013 +0300 +++ b/test/test_dates.py Thu Jan 17 09:08:50 2013 +0300 @@ -15,8 +15,6 @@ # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. # -from __future__ import nested_scopes - import unittest import time import datetime
