Changes between Version 3 and Version 4 of EggCookingTutorial/BasicEggCooking


Ignore:
Timestamp:
Sep 13, 2005, 1:47:10 PM (19 years ago)
Author:
anonymous
Comment:

Really nasty hack to make "init.py" appear correctly.

Legend:

Unmodified
Added
Removed
Modified
  • EggCookingTutorial/BasicEggCooking

    v3 v4  
    6363== Make it as a module ==
    6464
    65 Since this is not enough, we need to make our simple plugin as a module. To do so, you simply create that magic ''!__init!__.py'' into ''./helloworld-plugin/helloworld/'':
     65Since this is not enough, we need to make our simple plugin as a module. To do so, you simply create that magic ''_''____''_init_''____''_.py'' into ''./helloworld-plugin/helloworld/'':
    6666{{{
    6767#!python