aboutsummaryrefslogtreecommitdiff
path: root/python/examples/solve.py
diff options
context:
space:
mode:
authorSebastiano Tronto <sebastiano@tronto.net>2025-08-08 15:17:43 +0200
committerSebastiano Tronto <sebastiano@tronto.net>2025-08-08 15:25:42 +0200
commit9c5c7af7abe9e444210ac86b903eee775fc76a84 (patch)
tree23e716e6df423d1516a6b1e51edd4d9a8d3a7370 /python/examples/solve.py
parent8af57b2ffd92daa9a40384ec8b6c49ffabc474d1 (diff)
downloadnissy-core-9c5c7af7abe9e444210ac86b903eee775fc76a84.tar.gz
nissy-core-9c5c7af7abe9e444210ac86b903eee775fc76a84.zip
Small fixes
Diffstat (limited to 'python/examples/solve.py')
-rw-r--r--python/examples/solve.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/examples/solve.py b/python/examples/solve.py
index a60c432..e3752fe 100644
--- a/python/examples/solve.py
+++ b/python/examples/solve.py
@@ -4,8 +4,8 @@
4# folder containing nissy_python_module.so 4# folder containing nissy_python_module.so
5 5
6# Append the main folder to the python path so we can load the module 6# Append the main folder to the python path so we can load the module
7from sys import path 7import sys, os
8path.append("./") 8sys.path.append(os.getcwd())
9 9
10# Import with a nicer name 10# Import with a nicer name
11import nissy_python_module as nissy 11import nissy_python_module as nissy

Generated with cgit - Back to sebastiano.tronto.net