aboutsummaryrefslogtreecommitdiff
path: root/python/examples/variations.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--python/examples/variations.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/python/examples/variations.py b/python/examples/variations.py
index 1a9d5bb..2507e6e 100644
--- a/python/examples/variations.py
+++ b/python/examples/variations.py
@@ -1,9 +1,10 @@
1# Small example of nissy_python_module usage 1# Small example of nissy Python module usage
2# See the solve.py example for more details on how this works 2# See the solve.py example for more details on how this works
3 3
4import sys, os 4import sys, os
5sys.path.append(os.getcwd()) 5sys.path.append(os.getcwd())
6import nissy_python_module as nissy 6sys.path.append(os.getcwd() + os.path.sep + "python")
7import nissy
7 8
8moves = "R U' Bw2 M D' x' F B(E2 F D B' Lw2 U2 U' S2 B)" 9moves = "R U' Bw2 M D' x' F B(E2 F D B' Lw2 U2 U' S2 B)"
9 10

Generated with cgit - Back to sebastiano.tronto.net