On Wed, Nov 07, 2012 at 04:12:20PM +0000, Lars Wirzenius wrote:
diff --git a/morphlib/plugins/expand_repo_plugin.py
b/morphlib/plugins/expand_repo_plugin.py
new file mode 100644
index 0000000..9a3b45b
--- /dev/null
+++ b/morphlib/plugins/expand_repo_plugin.py
@@ -0,0 +1,53 @@
snip
+import cliapp
+import copy
+import glob
+import json
+import logging
+import os
+import shutil
+import socket
+import tempfile
+import time
+import urlparse
+import uuid
+
+import morphlib
Most of these imports look unused, I've removed them in the
merge, which
has now been pushed.