Skip to content

Commit

Permalink
removed a number of unused modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Fiers committed Aug 10, 2012
1 parent 372b5fc commit 9fe95eb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions lib/python/moa/plugin/system/info.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@

import os
import re
import glob
import fnmatch
import optparse

import moa.ui
import moa.utils
Expand Down
1 change: 0 additions & 1 deletion lib/python/moa/sysConf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"""

import os
import sys

import Yaco

Expand Down
5 changes: 0 additions & 5 deletions lib/python/moa/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,11 @@

import os
import sys
import time
import glob
import fcntl
import struct
import termios
import errno
import readline
import traceback
import subprocess
import contextlib

import moa.utils
import moa.logger as l
Expand Down

0 comments on commit 9fe95eb

Please sign in to comment.