File: site.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 (9 lines) | stat: -rw-r--r-- 278 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#line 10 "interscript/src/site_frame.ipk"
import sys
class site_frame:
  def __init__(self, platform):
    self.platform = platform
    self.python_version = sys.version[:3]
    self.builtin_module_names = sys.builtin_module_names
    self.python_module_search_path = sys.path