From ee4b6a1ffa95804d10b0f1b4a3a42c9410d22aff Mon Sep 17 00:00:00 2001 From: jcao219 Date: Wed, 3 Aug 2011 21:34:56 -0500 Subject: [PATCH] made the shebang line specific to python 3.2 --- wolfbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfbot.py b/wolfbot.py index 34f0728..bbe4d18 100644 --- a/wolfbot.py +++ b/wolfbot.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python3.2 # Copyright (c) 2011 Jimmy Cao # Permission is hereby granted, free of charge, to any person obtaining a copy