comparison rhodecode/tests/test_libs.py @ 2790:3c0ae44557c4 beta

more py2.5 compatibility patches
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 03 Sep 2012 19:47:23 +0200
parents e34a6b1eb594
children 819eb7f8a555
comparison
equal deleted inserted replaced
2789:d3e5c259fe71 2790:3c0ae44557c4
20 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 20 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 # GNU General Public License for more details. 21 # GNU General Public License for more details.
22 # 22 #
23 # You should have received a copy of the GNU General Public License 23 # You should have received a copy of the GNU General Public License
24 # along with this program. If not, see <http://www.gnu.org/licenses/>. 24 # along with this program. If not, see <http://www.gnu.org/licenses/>.
25 25 from __future__ import with_statement
26 import unittest 26 import unittest
27 import datetime 27 import datetime
28 import hashlib 28 import hashlib
29 import mock 29 import mock
30 from rhodecode.tests import * 30 from rhodecode.tests import *