From f1e523e9bd3abd3698e61b5137de44149bdd9044 Mon Sep 17 00:00:00 2001 From: mutantmonkey Date: Thu, 16 Feb 2012 17:39:44 -0500 Subject: [PATCH] update shebangs from python2 -> python3 to avoid confusion --- modules/8ball.py | 2 +- modules/botfun.py | 2 +- modules/botsnack.py | 2 +- modules/lastfm.py | 2 +- modules/mylife.py | 2 +- modules/nsfw.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/8ball.py b/modules/8ball.py index c050bea..9c14cb8 100644 --- a/modules/8ball.py +++ b/modules/8ball.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python3 """ 8ball.py - magic 8-ball author: mutantmonkey diff --git a/modules/botfun.py b/modules/botfun.py index aef2027..09ebc3f 100644 --- a/modules/botfun.py +++ b/modules/botfun.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python3 """ botfight.py - .botfight module author: mutantmonkey diff --git a/modules/botsnack.py b/modules/botsnack.py index bc9eeb7..d953f2d 100644 --- a/modules/botsnack.py +++ b/modules/botsnack.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python3 """ botsnack.py - .botsnack module (aka simulated hunger 1.0) author: mutantmonkey diff --git a/modules/lastfm.py b/modules/lastfm.py index 5f07fc6..85aa097 100644 --- a/modules/lastfm.py +++ b/modules/lastfm.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python3 # -*- coding: utf-8 -*- """ lastfmn.py - lastfm module diff --git a/modules/mylife.py b/modules/mylife.py index 0763419..1da79c9 100644 --- a/modules/mylife.py +++ b/modules/mylife.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python3 """ mylife.py - various commentary on life author: Ramblurr diff --git a/modules/nsfw.py b/modules/nsfw.py index e374070..021086e 100644 --- a/modules/nsfw.py +++ b/modules/nsfw.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python3 """ nsfw.py - some things just aren't safe for work, a phenny module author: Casey Link