diff --git a/client.tac b/client.tac deleted file mode 100644 index 28dc07486..000000000 --- a/client.tac +++ /dev/null @@ -1,9 +0,0 @@ -# -*- python -*- - -from allmydata import client -from twisted.application import service - -c = client.Client() - -application = service.Application("allmydata_client") -c.setServiceParent(application) diff --git a/simulator.py b/misc/simulator.py similarity index 100% rename from simulator.py rename to misc/simulator.py diff --git a/sizes.py b/misc/sizes.py similarity index 100% rename from sizes.py rename to misc/sizes.py diff --git a/queen.tac b/queen.tac deleted file mode 100644 index ac9b9b1ab..000000000 --- a/queen.tac +++ /dev/null @@ -1,9 +0,0 @@ -# -*- python -*- - -from allmydata import queen -from twisted.application import service - -c = queen.Queen() - -application = service.Application("allmydata_queen") -c.setServiceParent(application)