Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 8012c90

Browse files
committed
Python 2.5 compatibility
1 parent 19b8cc6 commit 8012c90

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

sasstests.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
from attest import Tests, assert_hook, raises
1+
from __future__ import with_statement
2+
from attest import assert_hook
3+
4+
from attest import Tests, raises
25

36
from sass import Options
47

0 commit comments

Comments
 (0)