File: resourcePath.py

package info (click to toggle)
cain 1.10%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 29,848 kB
  • sloc: cpp: 49,612; python: 14,988; xml: 11,654; ansic: 3,644; makefile: 129; sh: 2
file content (5 lines) | stat: -rw-r--r-- 92 bytes parent folder | download | duplicates (4)
1
2
3
4
5
"""The resource path."""
# CONTINUE
#resourcePath = ''
import os
resourcePath = os.getcwd()