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