To install:
- Clone this gist as a git repo
npm installin itnode index.js
To install:
npm install in itnode index.js| import inspect | |
| import morepath | |
| import os | |
| class ChameleonApp(morepath.App): | |
| @morepath.reify | |
| def chameleon_template_paths(self): | |
| """ Returns *absolute* paths to chameleon templates. |
| # Byte-compiled / optimized / DLL files | |
| __pycache__/ | |
| *.py[cod] | |
| # C extensions | |
| *.so | |
| # Distribution / packaging | |
| .Python | |
| env/ |
| " copy all this into a vim buffer, save it, then... | |
| " source the file by typing :so % | |
| " Now the vim buffer acts like a specialized application for mastering vim | |
| " There are two queues, Study and Known. Depending how confident you feel | |
| " about the item you are currently learning, you can move it down several | |
| " positions, all the way to the end of the Study queue, or to the Known | |
| " queue. | |
| " type ,, (that's comma comma) |