File: __init__.py

package info (click to toggle)
felix 1.1.1-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 4,992 kB
  • ctags: 1,178
  • sloc: python: 7,260; makefile: 408; sh: 58
file content (6 lines) | stat: -rw-r--r-- 177 bytes parent folder | download
1
2
3
4
5
6
#line 14 "interscript/src/platform_frame.ipk"
import os
os_name = os.name
exec 'from interscript.frames.platform.'+os_name+' import platform_frame'
platform = platform_frame()