renamed start things

This commit is contained in:
Zach 2015-03-11 22:06:31 -05:00
parent c2d2a68364
commit df21215297
7 changed files with 3 additions and 5 deletions

3
all.bat Normal file
View file

@ -0,0 +1,3 @@
start astron
start ai
start ud

View file

@ -2,11 +2,9 @@ import collections
import json
import os
class Settings(collections.MutableMapping):
def __init__(self, filename):
self.filename = filename
self.store = {}
self.read()

View file

@ -1,3 +0,0 @@
start start_astron_cluster
start start_ai_server
start start_uberdog_server