File: DisplayCAL-testchart-editor.pyw

package info (click to toggle)
dispcalgui 3.2.2.0-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 19,380 kB
  • ctags: 5,540
  • sloc: python: 77,605; ansic: 807; xml: 391; sh: 257; makefile: 149
file content (7 lines) | stat: -rwxr-xr-x 180 bytes parent folder | download | duplicates (20)
1
2
3
4
5
6
7
#!/usr/bin/env python2
# -*- coding: utf-8 -*-

import os

execfile(os.path.join(os.path.dirname(__file__), "scripts",
		 os.path.splitext(os.path.basename(__file__))[0].lower()))