Commit c759fab3 authored by Phil Austin's avatar Phil Austin

formatting tweaks

parent 5d2dc47e
...@@ -7,6 +7,7 @@ test: all ...@@ -7,6 +7,7 @@ test: all
python run_spam.py python run_spam.py
python integrate_timing.py python integrate_timing.py
cd callback; $(MAKE) test cd callback; $(MAKE) test
cd embed; $(MAKE) test cd embed; $(MAKE) test
clean: clean:
@echo Cleaning Demos @echo Cleaning Demos
......
...@@ -10,6 +10,5 @@ def find(f): ...@@ -10,6 +10,5 @@ def find(f):
find_cheeses(callback, <void*>f) find_cheeses(callback, <void*>f)
cdef void callback(char *name, void *f): cdef void callback(char *name, void *f):
the_name = <bytes> name (<object>f)(name.decode('utf-8'))
(<object>f)(the_name.decode('utf-8'))
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment