mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-08-26 05:07:35 -05:00
Drop python-2.5 and remove 2.4,2.5 support codes
This commit is contained in:
+1
-6
@@ -13,12 +13,7 @@ import tempfile
|
||||
import shutil
|
||||
import re
|
||||
from codecs import open
|
||||
|
||||
try:
|
||||
from functools import wraps
|
||||
except ImportError:
|
||||
# functools is new in 2.4
|
||||
wraps = lambda f: (lambda w: w)
|
||||
from functools import wraps
|
||||
|
||||
from sphinx import application
|
||||
from sphinx.theming import Theme
|
||||
|
||||
Reference in New Issue
Block a user