summaryrefslogtreecommitdiff
path: root/Propellor.hs
diff options
context:
space:
mode:
authorJoey Hess2014-03-30 15:31:57 -0400
committerJoey Hess2014-03-30 15:38:08 -0400
commit90efcd3203d64c2c5691e30ccc23307aae8d20c8 (patch)
tree183f38a857a81a3cb1a301b94f827f8a807dc961 /Propellor.hs
parent8d31a6226ac9e1dfc75ec7521f039a43e749ed82 (diff)
refactor
Diffstat (limited to 'Propellor.hs')
-rw-r--r--Propellor.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/Propellor.hs b/Propellor.hs
index ea2188f7..9e50b2f6 100644
--- a/Propellor.hs
+++ b/Propellor.hs
@@ -1,6 +1,5 @@
-import Property
+import Common
import HostName
-import Utility.SafeCommand
import qualified Property.File as File
import qualified Property.Apt as Apt
import qualified Property.Ssh as Ssh