Skip to content

Commit

Permalink
moving py to submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
tef committed Oct 3, 2012
1 parent 71f1595 commit 25bb039
Show file tree
Hide file tree
Showing 16 changed files with 5 additions and 1,853 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "py"]
path = py
url = git@github.com:hyperglyph/hyperglyph-python.git
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -2,7 +2,7 @@ RUBY?=ruby
test: python_test ruby_test

python_test: py/
python py/setup.py test
cd py && python setup.py test

ruby_test: rb/
rm -f rb/hyperglyph*.gem
Expand Down
1 change: 1 addition & 0 deletions py
Submodule py added at ab5f5a
43 changes: 0 additions & 43 deletions py/hyperglyph/__init__.py

This file was deleted.

0 comments on commit 25bb039

Please sign in to comment.