diff --git a/pisi/cli/commands.py b/pisi/cli/commands.py index b7ca77ec..07db6981 100644 --- a/pisi/cli/commands.py +++ b/pisi/cli/commands.py @@ -48,7 +48,7 @@ class Command(object): username = self.options.username password = self.options.password - # We'll get the username, password pair from a configuration + # TODO: We'll get the username, password pair from a configuration # file from users home directory. Currently we need user to # give it from the user interface. # if not username and not password: