Skip to content

Commit

Permalink
mrepo: importing more than one module at a time is bad coding style
Browse files Browse the repository at this point in the history
  • Loading branch information
zyv committed Jul 27, 2011
1 parent 7faefb3 commit 37d7975
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions mrepo
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,19 @@
### Copyright 2004-2007 Dag Wieers <dag@wieers.com>

from __future__ import generators # for Python 2.2
import os, sys, glob, re, shutil, getopt
import ConfigParser, urlparse, sha, types, traceback

import ConfigParser
import getopt
import glob
import os
import re
import sha
import shutil
import sys
import time
import traceback
import types
import urlparse

__version__ = "$Revision$"
# $Source$
Expand Down

0 comments on commit 37d7975

Please sign in to comment.