unused import fixes

üst 0a06ea5b
......@@ -13,10 +13,6 @@
import inary.db
import inary.context as ctx
import inary.cli.command as command
<<<<<<< HEAD
=======
import inary.data.index as index
>>>>>>> b3d4edf3096eff70f802ab6c925dc5228fa38e15
import optparse
import os
......
......@@ -78,10 +78,7 @@ installed in the respective order to satisfy dependencies:
inary.operations.emerge.emerge(sourcedb.get_source_names(order_inst))
# Dependency install from binary repo (half emerge)
<<<<<<< HEAD
# TODO: Add half-emerge support from parameter
=======
>>>>>>> b3d4edf3096eff70f802ab6c925dc5228fa38e15
# for x in order_inst:
# atomicoperations.install_single_name(x)
......
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