Skip to content

Commit

Permalink
Drop support for EOL Python < 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored and Almad committed Nov 26, 2017
1 parent 4c3200e commit fd87af2
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion paver/doctools.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
"""Tasks and utility functions and classes for working with project
documentation."""

from __future__ import with_statement
import re

from paver.easy import *
Expand Down
1 change: 0 additions & 1 deletion paver/tasks.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from __future__ import with_statement
import sys
import os
import copy
Expand Down
1 change: 0 additions & 1 deletion paver/tests/test_doctools.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from __future__ import with_statement
import sys

from nose.plugins.skip import SkipTest
Expand Down
1 change: 0 additions & 1 deletion paver/tests/test_tasks.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from __future__ import with_statement
import os
from pprint import pprint

Expand Down
1 change: 0 additions & 1 deletion tests_integration/test_virtualenv.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from __future__ import with_statement
from unittest2 import TestCase

from os import chdir, getcwd, pardir, environ
Expand Down

0 comments on commit fd87af2

Please sign in to comment.