Mercurial > p > roundup > code
comparison test/test_dates.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 | 6e3e4f24c753 |
| children | 380d8d8b30a3 |
comparison
equal
deleted
inserted
replaced
| 4741:e68f63877b25 | 4742:9cc6d463cfbe |
|---|---|
| 13 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | 13 # BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS |
| 14 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" | 14 # FOR A PARTICULAR PURPOSE. THE CODE PROVIDED HEREUNDER IS ON AN "AS IS" |
| 15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, | 15 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE, |
| 16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. | 16 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. |
| 17 # | 17 # |
| 18 from __future__ import nested_scopes | |
| 19 | |
| 20 import unittest | 18 import unittest |
| 21 import time | 19 import time |
| 22 import datetime | 20 import datetime |
| 23 import calendar | 21 import calendar |
| 24 | 22 |
