Skip to content

Commit

Permalink
Removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Hnz committed Nov 24, 2011
1 parent 2555367 commit 7924f7f
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion pycoreutils/command/cmd_cal.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

from __future__ import print_function, unicode_literals
from pycoreutils.exception import ExtraOperandException
import pycoreutils
import calendar
import time

Expand Down
1 change: 0 additions & 1 deletion pycoreutils/command/cmd_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

from __future__ import print_function, unicode_literals
from pycoreutils.exception import StdErrException
import pycoreutils
import logging


Expand Down
1 change: 0 additions & 1 deletion pycoreutils/command/cmd_mktemp.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# See LICENSE.txt for details.

from __future__ import print_function, unicode_literals
import sys
import tempfile


Expand Down
1 change: 0 additions & 1 deletion pycoreutils/command/cmd_sh.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import pycoreutils
import pycoreutils.lib
import cmd
import glob
import os
import platform
import pprint
Expand Down
1 change: 0 additions & 1 deletion pycoreutils/command/cmd_tar.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

from __future__ import print_function, unicode_literals
from pycoreutils.exception import StdErrException
import pycoreutils
import sys
import tarfile

Expand Down
1 change: 0 additions & 1 deletion pycoreutils/command/cmd_uuidgen.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# See LICENSE.txt for details.

from __future__ import print_function, unicode_literals
import pycoreutils
import uuid


Expand Down
1 change: 0 additions & 1 deletion pycoreutils/command/cmd_watch.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from __future__ import print_function, unicode_literals
import curses
import os
import sys
import time


Expand Down

0 comments on commit 7924f7f

Please sign in to comment.