Move import statement

testing/mmn/mktime_takes_localtime_not_gmtime
Isis Lovecruft 2013-05-22 16:48:14 +00:00
parent 3ff097499f
commit 5059b2c7b2
No known key found for this signature in database
GPG Key ID: A3ADB67A2CDB8B35
1 changed files with 2 additions and 1 deletions

View File

@ -7,9 +7,10 @@ Copyright © 2013 Isis Lovecruft.
Copyright © 2008-2013 Vinay Sajip. All rights reserved.
"""
from functools import wraps
import argparse
import doctest
from functools import wraps
import io
import logging
import os