From 3687b37c60729380ecd2b6da30285af1a6c8be74 Mon Sep 17 00:00:00 2001 From: Brian Warner Date: Fri, 6 Apr 2007 20:37:38 -0700 Subject: [PATCH] misc cleanup: remove old .tac files, move old stuff into misc/ --- client.tac | 9 --------- simulator.py => misc/simulator.py | 0 sizes.py => misc/sizes.py | 0 queen.tac | 9 --------- 4 files changed, 18 deletions(-) delete mode 100644 client.tac rename simulator.py => misc/simulator.py (100%) rename sizes.py => misc/sizes.py (100%) delete mode 100644 queen.tac diff --git a/client.tac b/client.tac deleted file mode 100644 index 28dc0748..00000000 --- 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 ac9b9b1a..00000000 --- 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) -- 2.45.2