summaryrefslogtreecommitdiff
path: root/sys_path_check.py
diff options
context:
space:
mode:
authorTooru Oonuma <t753github@gmail.com>2017-08-22 09:13:34 +0900
committerGitHub <noreply@github.com>2017-08-22 09:13:34 +0900
commit3e04e89169bbe15904a03aae6c76b1f4dc20cca5 (patch)
tree857c13308c3aaf073730d72d5f34715544775820 /sys_path_check.py
parent97f5f1737dcd4a612e6a6905750601952209b633 (diff)
Fork branch (#106)
Build support in Windows environment(test 1.6, not test 1.72/1.8) Reference example of official website Partial implementation Adding automatic test configuration file(AppVeyor/TravisCI)
Diffstat (limited to 'sys_path_check.py')
-rw-r--r--sys_path_check.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys_path_check.py b/sys_path_check.py
new file mode 100644
index 0000000..1a849cb
--- /dev/null
+++ b/sys_path_check.py
@@ -0,0 +1,4 @@
+# -*- coding: utf-8 -*-
+import sys
+
+print(sys.path) \ No newline at end of file