From 9d238293e91b69c5c2014b75bad3ddd39c1fd9e8 Mon Sep 17 00:00:00 2001 From: jacob1 Date: Mon, 25 Aug 2014 14:29:57 -0400 Subject: [PATCH] use "python3" command instead of "python3.2" --- wolfbot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolfbot.py b/wolfbot.py index d007763..2da780d 100755 --- a/wolfbot.py +++ b/wolfbot.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3.2 +#!/usr/bin/env python3 # Copyright (c) 2011 Jimmy Cao # Permission is hereby granted, free of charge, to any person obtaining a copy