File: builtin.py

package info (click to toggle)
pyjamas 0.7~%2Bpre2-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 10,656 kB
  • ctags: 12,331
  • sloc: python: 74,493; php: 805; sh: 291; makefile: 59; xml: 9
file content (9 lines) | stat: -rw-r--r-- 238 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# This module is used in builtin test
# It should only be used there! It is to check for conditional
# imports, which will succeed anyway, if the imported module is 
# imported somewhere else

value = 1

def get_value():
    return value