From 2b7bec8c8ef30d2758b1cd3d3c4c8e856917ed20 Mon Sep 17 00:00:00 2001 From: Leon Thomm Date: Sat, 8 Aug 2020 09:41:00 +0200 Subject: [PATCH] changed docstrings in env import files --- Ryven/NIENV.py | 3 +-- Ryven/NIWENV.py | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Ryven/NIENV.py b/Ryven/NIENV.py index 92af99c0..7e3cb75d 100644 --- a/Ryven/NIENV.py +++ b/Ryven/NIENV.py @@ -1,6 +1,5 @@ """This file automatically imports all requirements for custom NodeInstances, so that they only need to import this -file. -This file should lie in the same location as Ryven.py in order to be able to get imported directly.""" +file. This file should lie in the same location as Ryven.py in order to be able to get imported directly.""" from custom_src.NodeInstance import NodeInstance from custom_src.Node import Node diff --git a/Ryven/NIWENV.py b/Ryven/NIWENV.py index 355d429b..844bba67 100644 --- a/Ryven/NIWENV.py +++ b/Ryven/NIWENV.py @@ -1,5 +1,4 @@ """This file automatically imports all requirements for custom NI widgets, so that they only need to import -this file. -This file should lie in the same location as Ryven.py in order to be able to get imported directly.""" +this file. his file should lie in the same location as Ryven.py in order to be able to get imported directly.""" from custom_src.retain import M \ No newline at end of file