chiark / gitweb /
array.c: Add fake initializations in `pop' and `shift' to muffle warnings.
[mLib-python] / mLib.pyx
index 6b8b2ea305197da644dc65a143a7994453e4d736..daa6cd971043b4bd304d814312a884fc5d999f70 100644 (file)
--- a/mLib.pyx
+++ b/mLib.pyx
 ### along with mLib/Python; if not, write to the Free Software Foundation,
 ### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-###----- External stuff -----------------------------------------------------
+###--------------------------------------------------------------------------
+### External stuff.
 
 include 'defs.pxi'
 
-###----- Various facilities -------------------------------------------------
+###--------------------------------------------------------------------------
+### Various facilities.
 
 ## Internal utilities.
 include 'utils.pyx'
@@ -46,6 +48,7 @@ include 'assoc.pyx'
 include 'str.pyx'
 
 ## Encodings.
+include 'codec.pyx'
 include 'base64.pyx'
 include 'base32.pyx'
 include 'hex.pyx'
@@ -77,7 +80,8 @@ include 'selbuf.pyx'
 include 'selpk.pyx'
 include 'ident.pyx'
 
-###----- Set-up stuff -------------------------------------------------------
+###--------------------------------------------------------------------------
+### Set-up stuff.
 
 cdef object _tyobj(PyTypeObject *ty):
   cdef PyObject *obj