diff --git a/cycled_exp.py b/cycled_exp.py
index eceaf110a426ec9cea2fbf58f1dc029ea6058011..cf111c29ae83ebb5c3f14381e80720d1c874ea9f 100755
--- a/cycled_exp.py
+++ b/cycled_exp.py
@@ -166,12 +166,6 @@ def create_satimages(init_time, depends_on=None):
     return id
 
 
-def mailme(depends_on=None):
-    if depends_on:
-        s = cluster.create_job("AllFinished", cfg_update={"time": "1", "mail-type": "BEGIN"})
-        s.run('sleep 1', depends_on=[depends_on])
-
-
 def gen_obsseq(depends_on=None):
     s = cluster.create_job("obsseq_netcdf", cfg_update={"time": "10", "mail-type": "FAIL,END"})
     id = s.run(cluster.python+' '+cluster.scripts_rundir+'/obsseq_to_netcdf.py',
diff --git a/dartwrf/__init__.py b/dartwrf/__init__.py
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..b680692d5ff945d85311a8c90c70766275444498 100644
--- a/dartwrf/__init__.py
+++ b/dartwrf/__init__.py
@@ -0,0 +1 @@
+__all__ = []
\ No newline at end of file