mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
One more python 2.5 fix
This commit is contained in:
parent
3a301b1859
commit
f3a8f45de4
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
from __future__ import with_statement
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
from codecs import open
|
from codecs import open
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue