diff options
author | Matěj Cepl <mcepl@redhat.com> | 2012-02-24 14:41:53 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2012-02-24 14:41:53 +0100 |
commit | d44a43f33fa88821b32ab4c505f4cb1b77c15adc (patch) | |
tree | 5f76e0a4207f3dbf9761bc8b12632815d3915308 /.gitmodules | |
parent | 50596479647f4c7a6acaead7b75e583c70e5cc56 (diff) | |
download | yamlish-d44a43f33fa88821b32ab4c505f4cb1b77c15adc.tar.gz |
Switch PyYAML to proper submodule.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index f8ab3c6..53a91e7 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "Data--YAML"] path = Data--YAML url = git://github.com/AndyA/Data--YAML.git +[submodule "pyyaml"] + path = pyyaml + url = git@gitorious.org:yamlish/pyyaml.git |