summaryrefslogtreecommitdiff
path: root/lang_ext/python/cext.c
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2011-08-08 16:33:48 -0700
committerJoshua Haberman <joshua@reverberate.org>2011-08-08 16:33:48 -0700
commit487bfdfc0603ab7bf5fad381f52b8932cbcd355e (patch)
treed7db8ecbb96f8890e86313153e58edec580337df /lang_ext/python/cext.c
parent6981e468a3234b3f5439dec8178703a6364cfe03 (diff)
Begin port of Python extension to new APIs.
Diffstat (limited to 'lang_ext/python/cext.c')
-rw-r--r--lang_ext/python/cext.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/lang_ext/python/cext.c b/lang_ext/python/cext.c
deleted file mode 100644
index 59e8346..0000000
--- a/lang_ext/python/cext.c
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * upb - a minimalist implementation of protocol buffers.
- *
- * Copyright (c) 2009 Google Inc. See LICENSE for details.
- * Author: Josh Haberman <jhaberman@gmail.com>
- */
-
-#include "cext.h"
-
-PyMODINIT_FUNC
-initcext(void)
-{
- PyObject *mod = Py_InitModule("upb.cext", NULL);
- (void)mod;
- initdefinition();
- initpb();
-}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback