diff options
author | yvesf <yvesf@d0e8fea9-7529-0410-93fb-d39fd5b9c1dd> | 2009-12-12 14:47:22 +0000 |
---|---|---|
committer | yvesf <yvesf@d0e8fea9-7529-0410-93fb-d39fd5b9c1dd> | 2009-12-12 14:47:22 +0000 |
commit | 6a89acd2a0318ca7042c00ae027dd7e9d871777d (patch) | |
tree | b6865483cf630113f82f91df167f3430313e4607 /omegle/__init__.py | |
parent | 06b965d5576238f3078764a345e9342324b21b4a (diff) | |
download | omegle-6a89acd2a0318ca7042c00ae027dd7e9d871777d.tar.gz omegle-6a89acd2a0318ca7042c00ae027dd7e9d871777d.zip |
blah!
git-svn-id: http://xapek.org/svn/common/omegle@1482 d0e8fea9-7529-0410-93fb-d39fd5b9c1dd
Diffstat (limited to 'omegle/__init__.py')
-rw-r--r-- | omegle/__init__.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/omegle/__init__.py b/omegle/__init__.py index 528b629..5291b55 100644 --- a/omegle/__init__.py +++ b/omegle/__init__.py @@ -1,8 +1,9 @@ +#!/usr/bin/python +# -*- vim: encoding: utf-8 -*- +# Yves Fischer, xapek.org 2009 import sys import httplib -import socket import urllib -import time import json import logging from threading import Thread, Lock, Event |