Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorBenjamin Saller <bcsaller@objectrealms.net>2007-07-13 03:26:27 (GMT)
committer Benjamin Saller <bcsaller@objectrealms.net>2007-07-13 03:26:27 (GMT)
commit5318b51b6f943e80ae1d99effd2219719db4ec7f (patch)
tree43f41ebac9b28ad4d9de501911b31b9b510b8a41 /bin
parentfded7518d44197dd109cdeb891a73bcf7dd55613 (diff)
removed ore.main so others can play with this
Diffstat (limited to 'bin')
-rwxr-xr-xbin/sample-client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sample-client.py b/bin/sample-client.py
index 7dc1501..9a2aa2f 100755
--- a/bin/sample-client.py
+++ b/bin/sample-client.py
@@ -1,5 +1,4 @@
#!/usr/bin/env python
-from ore.main import Application
import dbus
import os
@@ -37,6 +36,7 @@ def main():
datastore.complete_indexing()
if __name__ == '__main__':
+ #from ore.main import Application
#a = Application("client", main)
#a.plugins.append('ore.main.profile_support.ProfileSupport')
#a()