summaryrefslogtreecommitdiff
path: root/chat_localhost.py
diff options
context:
space:
mode:
authoryvesf <yvesf@d0e8fea9-7529-0410-93fb-d39fd5b9c1dd>2009-06-09 18:54:04 +0000
committeryvesf <yvesf@d0e8fea9-7529-0410-93fb-d39fd5b9c1dd>2009-06-09 18:54:04 +0000
commitd2303042d30c52650c256e542688681b8374bd50 (patch)
tree02c79e385684bd2bc04c57ed2d8566c4b764ed72 /chat_localhost.py
parentb20f49dfea22835e03404c68bc78cc6344b40300 (diff)
downloadomegle-d2303042d30c52650c256e542688681b8374bd50.tar.gz
omegle-d2303042d30c52650c256e542688681b8374bd50.zip
ahbla
git-svn-id: http://xapek.org/svn/common/omegle@1093 d0e8fea9-7529-0410-93fb-d39fd5b9c1dd
Diffstat (limited to 'chat_localhost.py')
-rw-r--r--chat_localhost.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/chat_localhost.py b/chat_localhost.py
new file mode 100644
index 0000000..dcda24f
--- /dev/null
+++ b/chat_localhost.py
@@ -0,0 +1,6 @@
+#!/usr/bin/python
+
+from chat import *
+
+
+Chat(host="localhost:8082").main()