Package commands :: Module drop_chroot
[hide private]
[frames] | no frames]

Source Code for Module commands.drop_chroot

 1  from coprs import exceptions 
 2  from coprs import db 
 3  from coprs.logic import coprs_logic 
 4  from commands.create_chroot import ChrootCommand 
 5   
6 -class DropChrootCommand(ChrootCommand):
7 8 "Activates or deactivates a chroot" 9
10 - def run(self, chroot_names):
19