Added pybrew to bashrc and Help command by default

This commit is contained in:
Yuta
2011-03-19 02:26:44 +09:00
parent 7e494c1c7e
commit 459fdae35f
16 changed files with 111 additions and 62 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ def get_headerinfo_from_url(url):
def get_stable_version():
c = Curl()
return c.read(PYTHONBREW_STABLE_VERSION_URL)
return c.read(PYTHONBREW_STABLE_VERSION_URL).strip()
class Downloader(object):
def download(self, msg, url, path):