Man, this patch just keeps dragin. make urlparse.py not need a / after aurl

This commit is contained in:
neersighted 2012-03-01 23:02:09 -08:00
parent 53da740725
commit 5234eac522
3 changed files with 4 additions and 4 deletions

2
bot.py
View file

@ -13,7 +13,7 @@ os.chdir(sys.path[0] or '.') # do stuff relative to the install directory
class Bot(object):
pass
print 'Welcome to Cloudbot - Version 1.1b - http://git.io/cloudbot'
print 'Welcome to Cloudbot - Version 1.1c - http://git.io/cloudbot'
bot = Bot()