Changeset - 8fddef28d7b9
[Not reviewed]
default
0 2 0
drewp@bigasterisk.com - 13 years ago 2012-06-14 03:34:47
drewp@bigasterisk.com
2 files changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
bin/keyboardcomposer
Show inline comments
 
#!/usr/bin/python
 
#!bin/python
 

	
 
from __future__ import division, nested_scopes
 
import cgi, os, sys, time, subprocess, logging
 
from optparse import OptionParser
 
import webcolors, colorsys
 

	
buildout.cfg
Show inline comments
 
@@ -10,12 +10,13 @@ recipe = zc.recipe.egg
 
eggs = ipython==0.8.4
 
       web.py==0.36
 
       cyclone==1.0-rc4
 
       rdflib==3.2.1
 
       restkit==4.1.2
 
       Louie==1.1
 
       webcolors==1.4
 

	
 
python = python
 
interpreter = python
 
extra-paths = 
 

	
 
[python]
0 comments (0 inline, 0 general)