mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Update pelican_import.py
Fix imports order.
This commit is contained in:
parent
97c7089d28
commit
68c56cd3f6
1 changed files with 1 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
|||
from __future__ import print_function, unicode_literals
|
||||
|
||||
import argparse
|
||||
import collections
|
||||
import logging
|
||||
import os
|
||||
import re
|
||||
|
|
@ -12,7 +13,6 @@ import time
|
|||
|
||||
from codecs import open
|
||||
|
||||
import collections
|
||||
from six.moves.urllib.error import URLError
|
||||
from six.moves.urllib.parse import urlparse
|
||||
from six.moves.urllib.request import urlretrieve
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue