Removed aux.Command and friends. Functionality provided by over.core.cmd.

This commit is contained in:
Overwatch 2014-09-17 18:09:54 +02:00
parent 3103e577ad
commit f418f28acf
2 changed files with 6 additions and 145 deletions

View file

@ -6,13 +6,14 @@ import os
import over
import pathlib
import re
import subprocess
import tempfile
import time
from aux import Command, parse_fps, to_Path
from aux import parse_fps, to_Path
from version import _version
Command = over.core.cmd.Command
# --------------------------------------------------
prefix = over.core.textui.prefix