mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 23:30:18 +00:00
update 0.5
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
from pythonbrew.basecommand import Command
|
||||
from pythonbrew.util import off
|
||||
|
||||
class OffCommand(Command):
|
||||
name = "off"
|
||||
usage = "%prog"
|
||||
summary = "Disable pythonbrew"
|
||||
|
||||
def run_command(self, options, args):
|
||||
off()
|
||||
|
||||
OffCommand()
|
||||
Reference in New Issue
Block a user