WIP: rename Fig to Compose

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
This commit is contained in:
Aanand Prasad 2015-01-12 14:59:05 +00:00
commit 2af7693e64
54 changed files with 199 additions and 211 deletions

3
bin/compose Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env python
from compose.cli.main import main
main()

View file

@ -1,3 +0,0 @@
#!/usr/bin/env python
from fig.cli.main import main
main()