aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVikraman Choudhury <vikraman.choudhury@gmail.com>2011-05-06 18:59:57 +0530
committerVikraman Choudhury <vikraman.choudhury@gmail.com>2011-05-06 18:59:57 +0530
commit72e11b5f807e5389f283ad363c103c1c8ee7a7bb (patch)
treee200a8b360ba24615e968fd46ee78033100a79ec
parentchanges to client to post collected data to server (diff)
downloadgentoostats-72e11b5f807e5389f283ad363c103c1c8ee7a7bb.tar.gz
gentoostats-72e11b5f807e5389f283ad363c103c1c8ee7a7bb.tar.bz2
gentoostats-72e11b5f807e5389f283ad363c103c1c8ee7a7bb.zip
housekeeping -- updated TODO
-rw-r--r--TODO4
-rw-r--r--client/useflags.py1
2 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index e0110d1..3bbc2ce 100644
--- a/TODO
+++ b/TODO
@@ -1 +1,3 @@
-* Remove dependency on gentoolkit
+TODO: Return public uuid and md5sum of password
+TODO: Handle exceptions
+TODO: Remove gentoolkit dependency
diff --git a/client/useflags.py b/client/useflags.py
index 1dbda1e..84a8dcf 100644
--- a/client/useflags.py
+++ b/client/useflags.py
@@ -1,4 +1,5 @@
+#TODO: Remove gentoolkit dependency
from gentoolkit import flag
class UseFlags(object):