Files
pycapnp/test
Jason Paryani db63fd1880 Add ability to import modules with dashes or spaces
Any module with underscores in it will now attempt to look for 3 files,
first the original, then with dashes, then with spaces, ie:
import addressbook_v_2_capnp
will search for 'addressbook_v_2.capnp', 'addressbook-v-2.capnp', and
'addressbook v 2.capnp'.
2014-06-12 16:37:06 -07:00
..
2013-09-04 11:20:05 -07:00
2013-08-29 21:12:39 -07:00
2013-08-29 21:12:39 -07:00
2014-01-08 14:29:24 -08:00
2014-04-17 21:21:06 -07:00