Mercurial > p > roundup > code
diff 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 |
line wrap: on
line diff
--- 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
