Sorting todo items in python stubs.
This commit is contained in:
parent
4afbc74f34
commit
75df65480f
|
@ -18,9 +18,10 @@ import sys
|
|||
|
||||
|
||||
# TODOs:
|
||||
# * logfile output
|
||||
# * lockfile handling
|
||||
# * cdebootstrap-options from config
|
||||
# * use gettext for i18n
|
||||
# * cdebootstrap-options from config
|
||||
# * take mirrors from config/archives/debian.{bootstrap,chroot}
|
||||
|
||||
def main():
|
||||
|
|
|
@ -18,9 +18,10 @@ import sys
|
|||
|
||||
|
||||
# TODO:
|
||||
# * logfile output
|
||||
# * lockfile handling
|
||||
# * debootstrap-options from config
|
||||
# * use gettext for i18n
|
||||
# * debootstrap-options from config
|
||||
# * take mirrors from config/archives/debian.{bootstrap,chroot}
|
||||
|
||||
def main():
|
||||
|
|
Loading…
Reference in New Issue