From 6a89acd2a0318ca7042c00ae027dd7e9d871777d Mon Sep 17 00:00:00 2001 From: yvesf Date: Sat, 12 Dec 2009 14:47:22 +0000 Subject: blah! git-svn-id: http://xapek.org/svn/common/omegle@1482 d0e8fea9-7529-0410-93fb-d39fd5b9c1dd --- omegle/__init__.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'omegle/__init__.py') 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 -- cgit v1.2.1