Skip to content

Commit

Permalink
Removed obsolete with_statement imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob414 committed Feb 27, 2014
1 parent bde4e05 commit 6ea4cc9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions altered/__init__.py
@@ -1,5 +1,3 @@
from __future__ import with_statement

from functools import wraps

from altered.base import (dictget, dictset, dictdel, change,
Expand Down
2 changes: 0 additions & 2 deletions test/test_correctness.py
@@ -1,5 +1,3 @@
from __future__ import with_statement

import os
import sys
import doctest
Expand Down

0 comments on commit 6ea4cc9

Please sign in to comment.