From 7e3bf073418dd6805baa83a7b69209937112c7ac Mon Sep 17 00:00:00 2001 From: Aaron Gutierrez Date: Sun, 19 Jul 2015 16:21:11 -0700 Subject: [PATCH] Adding urwid for curses fun --- .gitmodules | 3 +++ urwid | 1 + 2 files changed, 4 insertions(+) create mode 160000 urwid diff --git a/.gitmodules b/.gitmodules index 6bc49c6..356a565 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "python-asana"] path = python-asana url = git@github.com:Asana/python-asana.git +[submodule "urwid"] + path = urwid + url = ./urwid diff --git a/urwid b/urwid new file mode 160000 index 0000000..80234af --- /dev/null +++ b/urwid @@ -0,0 +1 @@ +Subproject commit 80234af137a09c223c23d9b4c001de7b04714cef