summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/emerge1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/emerge b/bin/emerge
index dc25343d8..980dc2bb0 100755
--- a/bin/emerge
+++ b/bin/emerge
@@ -3894,7 +3894,6 @@ def action_sync(settings, trees, mtimedb, myopts, myaction):
mycommand.append(dosyncuri.rstrip("/") + \
"/metadata/timestamp.chk")
mycommand.append(tmpservertimestampfile)
- import portage.process
try:
exitcode = portage.process.spawn(
mycommand, env=settings.environ())