mkogg.py: Prefix imports with underscores for a clean namespace
[mw2txt.git] / posts / pycomedi.mdwn
index 3391b4c7142785ef9207f487428e88c27b2e3812..77a578d7bfc76df6de8dded559e6f9ce07794b0c 100644 (file)
@@ -1,13 +1,11 @@
 [[!meta  title="pycomedi"]]
 [[!template id=gitrepo repo=pycomedi]]
 
-I was getting frustrated with [Comedi][]'s [[SWIG]] wrappers, so I
-wrote a more object-oriented wrapper using [Cython][].
+I was getting frustrated with [[Comedi]]'s [[SWIG]] wrappers, so I
+wrote a more object-oriented wrapper using [[Cython]].
 
 The `README` is posted on the [PyPI page][pypi].
 
-[Comedi]: http://www.comedi.org/
-[Cython]: http://cython.org/
 [pypi]: http://pypi.python.org/pypi/pycomedi/
 
 [[!tag tags/code]]