roadlabs / cefpython

Automatically exported from code.google.com/p/cefpython
0 stars 0 forks source link

Embed __version__ also in the cython generated module (cefpython_py27.pyd) #167

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently you can query version only from the cefpython3 package:

  import cefpython3
  print(cefpython3.__version__)

However this won't work:

  from cefpython3 import cefpython
  print(cefpython.__version__)

Original issue reported on code.google.com by czarek.t...@gmail.com on 17 Jan 2015 at 1:32

GoogleCodeExporter commented 8 years ago
Fixed in revision 96d436570dbd.

Original comment by czarek.t...@gmail.com on 17 Jan 2015 at 2:16