start new:
tmux
start new with session name:
tmux new -s myname
| import os, os.path, sys, urllib2, requests, gzip, tarfile | |
| class PyPiError(Exception): | |
| def __init__(self, value): | |
| self.value = value | |
| def __str__(self): | |
| return repr(self.value) | |
| def _chunk_report(bytes_so_far, chunk_size, total_size): | |
| if (total_size != None): |