Kaydet (Commit) 26c8c68a authored tarafından Suleyman Poyraz's avatar Suleyman Poyraz

useless command deleted

clean command was a useless command. And it was deleted
üst fd942047
...@@ -173,7 +173,6 @@ from inary.operations.helper import calculate_download_sizes, get_package_requir ...@@ -173,7 +173,6 @@ from inary.operations.helper import calculate_download_sizes, get_package_requir
from inary.operations.history import takeback, get_takeback_plan, snapshot from inary.operations.history import takeback, get_takeback_plan, snapshot
from inary.operations.info import info from inary.operations.info import info
from inary.operations.install import install, get_install_order from inary.operations.install import install, get_install_order
from inary.operations.operations import *
from inary.operations.remove import remove, get_remove_order from inary.operations.remove import remove, get_remove_order
from inary.operations.repository import * from inary.operations.repository import *
from inary.operations.upgrade import upgrade, get_upgrade_order, get_base_upgrade_order from inary.operations.upgrade import upgrade, get_upgrade_order, get_base_upgrade_order
......
...@@ -28,7 +28,6 @@ import inary.cli.addrepo ...@@ -28,7 +28,6 @@ import inary.cli.addrepo
import inary.cli.blame import inary.cli.blame
import inary.cli.build import inary.cli.build
import inary.cli.check import inary.cli.check
import inary.cli.clean
import inary.cli.configurepending import inary.cli.configurepending
import inary.cli.deletecache import inary.cli.deletecache
import inary.cli.delta import inary.cli.delta
......
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