Mercurial > p > roundup > code
comparison roundup/roundupdb.py @ 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 | dfbc0cfa9811 |
| children | ef4f1cefac9c |
comparison
equal
deleted
inserted
replaced
| 4741:e68f63877b25 | 4742:9cc6d463cfbe |
|---|---|
| 1 from __future__ import nested_scopes | |
| 2 # | 1 # |
| 3 # Copyright (c) 2001 Bizar Software Pty Ltd (http://www.bizarsoftware.com.au/) | 2 # Copyright (c) 2001 Bizar Software Pty Ltd (http://www.bizarsoftware.com.au/) |
| 4 # This module is free software, and you may redistribute it and/or modify | 3 # This module is free software, and you may redistribute it and/or modify |
| 5 # under the same terms as Python, so long as this copyright message and | 4 # under the same terms as Python, so long as this copyright message and |
| 6 # disclaimer are retained in their original form. | 5 # disclaimer are retained in their original form. |
