Commit 561255d9 authored by Jason R. Coombs's avatar Jason R. Coombs

Reorganize imports

parent a64f2c39
......@@ -13,7 +13,14 @@ The package resource API is designed to work with normal filesystem packages,
method.
"""
import sys, os, time, re, imp, types, zipfile, zipimport
import sys
import os
import time
import re
import imp
import types
import zipfile
import zipimport
import warnings
import stat
try:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment