From 19fd118efa37035ff63a9e6fbc3153685402516a Mon Sep 17 00:00:00 2001
From: Daniel Brown <ddb@star.sr.bham.ac.uk>
Date: Fri, 10 Apr 2015 12:16:32 +0100
Subject: [PATCH] fixing naming

---
 pykat/node_network.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pykat/node_network.py b/pykat/node_network.py
index e5db683..dca7ad7 100644
--- a/pykat/node_network.py
+++ b/pykat/node_network.py
@@ -14,7 +14,7 @@ import pykat.exceptions as pkex
 
 from pykat.components import Component, NodeGaussSetter
 from pykat.detectors import BaseDetector as Detector
-from pykat.optics.gaussian_beams import beam_param
+from pykat import beam_param
 from copy import deepcopy
 
 class NodeNetwork(object):
-- 
GitLab