Skip to content

Commit 189fba2

Browse files
committed
add missing with_statement import to support python-2.5
1 parent 37927ca commit 189fba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quantities/markup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
"""
33
"""
4-
from __future__ import absolute_import
4+
from __future__ import absolute_import, with_statement
55

66
import copy
77
import operator

0 commit comments

Comments
 (0)