Updating todos in python stubs.
This commit is contained in:
parent
9e3863aa8f
commit
9987bdcc1a
|
@ -21,8 +21,8 @@ import sys
|
|||
# * logfile output
|
||||
# * lockfile handling
|
||||
# * use gettext for i18n
|
||||
# * cdebootstrap-options from config
|
||||
# * take mirrors from config/archives/debian.{bootstrap,chroot}
|
||||
# * cdebootstrap-options from config/options/cdebootstrap
|
||||
# * take mirrors from config/archives/mirror.{bootstrap,chroot}
|
||||
|
||||
def main():
|
||||
## Parsing Arguments
|
||||
|
|
|
@ -21,8 +21,8 @@ import sys
|
|||
# * logfile output
|
||||
# * lockfile handling
|
||||
# * use gettext for i18n
|
||||
# * debootstrap-options from config
|
||||
# * take mirrors from config/archives/debian.{bootstrap,chroot}
|
||||
# * debootstrap-options from config/options/debootstrap
|
||||
# * take mirrors from config/archives/mirror.{bootstrap,chroot}
|
||||
|
||||
def main():
|
||||
## Parsing Arguments
|
||||
|
|
Loading…
Reference in New Issue