diff options
author | VG <vg@devys.org> | 2014-11-27 20:37:54 +0100 |
---|---|---|
committer | VG <vg@devys.org> | 2014-11-27 20:37:54 +0100 |
commit | 483a357e9547aa233db79855d8aa8aef3b3e60e6 (patch) | |
tree | bb0e6160fa07be8cd4829773c1c595ddf88792bc | |
parent | 8afd0b3a2b0696baa751dcb3853243f98e35bddb (diff) | |
download | pasteme-483a357e9547aa233db79855d8aa8aef3b3e60e6.tar.gz pasteme-483a357e9547aa233db79855d8aa8aef3b3e60e6.tar.bz2 pasteme-483a357e9547aa233db79855d8aa8aef3b3e60e6.zip |
Add bottle (the web micro framework) as submodule
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | bottle | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..9a871da --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "bottle"] + path = bottle + url = https://github.com/defnull/bottle diff --git a/bottle b/bottle new file mode 160000 +Subproject ff7f4dbf7b5a31a6c8c2fa0086f7b37cba32a95 |