From f7fb0220ae1be71afe8c64892dcaa8c1ea5a1469 Mon Sep 17 00:00:00 2001 From: Walter Purcaro Date: Fri, 11 Apr 2014 12:23:00 +0200 Subject: Remove shebang #!/usr/bin/env python Merges vuolter/pyload@1387ded --- module/plugins/captcha/ShareonlineBiz.py | 2 +- module/plugins/captcha/captcha.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'module/plugins/captcha') diff --git a/module/plugins/captcha/ShareonlineBiz.py b/module/plugins/captcha/ShareonlineBiz.py index a759f80ce..35aa4a5d2 100644 --- a/module/plugins/captcha/ShareonlineBiz.py +++ b/module/plugins/captcha/ShareonlineBiz.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python + # -*- coding: utf-8 -*- # #Copyright (C) 2009 kingzero, RaNaN diff --git a/module/plugins/captcha/captcha.py b/module/plugins/captcha/captcha.py index 3a854f5de..2427a1f72 100644 --- a/module/plugins/captcha/captcha.py +++ b/module/plugins/captcha/captcha.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python + # -*- coding: utf-8 -*- # #Copyright (C) 2009 kingzero, RaNaN -- cgit v1.2.3