Skip to content

Commit 813e974

Browse files
committed
nested_scopes are here since Python 2.2
1 parent 69f4748 commit 813e974

File tree

4 files changed

+0
-7
lines changed

4 files changed

+0
-7
lines changed

roundup/cgi/templating.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from __future__ import nested_scopes
2-
31
"""Implements the API used in the HTML templating for the web interface.
42
"""
53

roundup/roundupdb.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from __future__ import nested_scopes
21
#
32
# Copyright (c) 2001 Bizar Software Pty Ltd (http://www.bizarsoftware.com.au/)
43
# This module is free software, and you may redistribute it and/or modify

test/test_actions.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
from __future__ import nested_scopes
2-
31
import unittest
42
from cgi import FieldStorage, MiniFieldStorage
53

test/test_dates.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
from __future__ import nested_scopes
19-
2018
import unittest
2119
import time
2220
import datetime

0 commit comments

Comments
 (0)