Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/library/pippy/physics/__init__.py
blob: 3e1aa6baafab090db65cef4b7f45b6d5c23c1e71 (plain)
1
2
3
4
5
6
7
8
import sys

__all__ = ['locals', 'menu']

# Use own 'elements' modified module
# http://bugs.sugarlabs.org/ticket/3361
sys.path.append('library/pippy/physics/Elements-0.13-py2.5.egg')
from elements import Elements