From 3b75bcc751d72f13cfa32d4e71d19fe8f5cbd327 Mon Sep 17 00:00:00 2001 From: Shane Jaroch Date: Fri, 12 Apr 2024 17:57:50 -0400 Subject: [PATCH] update scripts: `nutra` and `scripts/n` --- nutra | 1 - scripts/n | 10 ++++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/nutra b/nutra index ff1e9da..8923964 100755 --- a/nutra +++ b/nutra @@ -6,7 +6,6 @@ Created on Fri Sep 28 22:25:38 2018 @author: shane """ - import sys from ntclient.__main__ import main diff --git a/scripts/n b/scripts/n index a1b3619..eec82fa 100755 --- a/scripts/n +++ b/scripts/n @@ -1,7 +1,13 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # PYTHON_ARGCOMPLETE_OK -"""Executable script, copied over by pip""" +""" +Created on Fri Sep 28 22:25:38 2018 + +Executable script, copied over by pip. + +@author: shane +""" import re import sys -- 2.52.0