aboutsummaryrefslogtreecommitdiff
path: root/boltzgen/geometry.py
diff options
context:
space:
mode:
authorAdrian Kummerlaender2019-10-28 21:52:34 +0100
committerAdrian Kummerlaender2019-10-28 21:52:34 +0100
commit091811762b7f2cbb6575139276ea16bf54d3456b (patch)
treef01745663e8b368ba8e6a64b78a0787542b567be /boltzgen/geometry.py
parent536b25e2c2b742c17d023d2b3386fed4dc60a339 (diff)
downloadboltzgen-091811762b7f2cbb6575139276ea16bf54d3456b.tar
boltzgen-091811762b7f2cbb6575139276ea16bf54d3456b.tar.gz
boltzgen-091811762b7f2cbb6575139276ea16bf54d3456b.tar.bz2
boltzgen-091811762b7f2cbb6575139276ea16bf54d3456b.tar.lz
boltzgen-091811762b7f2cbb6575139276ea16bf54d3456b.tar.xz
boltzgen-091811762b7f2cbb6575139276ea16bf54d3456b.tar.zst
boltzgen-091811762b7f2cbb6575139276ea16bf54d3456b.zip
Add basic setup.py
No guarantee for correctness - I mostly fiddled this together in order to use common nixpkgs python package functions for including boltzgen in other shell environments.
Diffstat (limited to 'boltzgen/geometry.py')
-rw-r--r--boltzgen/geometry.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/boltzgen/geometry.py b/boltzgen/geometry.py
index 193cbe6..7cc406d 100644
--- a/boltzgen/geometry.py
+++ b/boltzgen/geometry.py
@@ -1,5 +1,5 @@
import re
-from utility.ndindex import ndindex
+from .utility.ndindex import ndindex
class Geometry:
def __init__(self, size_x, size_y, size_z = 1):