From 467bd354788822da0741c4224caa2ee49a85bae6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Mon, 18 Jul 2005 18:31:06 +0000 Subject: [PATCH] =?UTF-8?q?yap=C4=B1lacaklar=C4=B1=20TODO=20ile=20g=C3=B6s?= =?UTF-8?q?ter...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pisi/cli/commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: