diff options
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 |