From beb36272dbf5c9c0f83fe7a43f338d42bccea7ed Mon Sep 17 00:00:00 2001 From: Dilawar Singh <dilawars@ncbs.res.in> Date: Sat, 19 Nov 2016 12:44:52 +0530 Subject: [PATCH] Removing shebangs from the python scripts. These scripts were never called as standalone executables. --- moose-core/python/libmumbl/core/dynamic_vars.py | 2 +- moose-core/python/libmumbl/core/types.py | 2 +- moose-core/python/libmumbl/helper/graph_methods.py | 2 +- moose-core/python/libmumbl/helper/moose_methods.py | 2 +- moose-core/python/libmumbl/helper/xml_methods.py | 2 +- moose-core/python/libmumbl/nml_parser/importer.py | 2 +- moose-core/python/libmumbl/test/adaptor.py | 2 +- moose-core/python/libmumbl/utility/debug.py | 2 +- moose-core/python/moose/methods_utils.py | 2 +- moose-core/python/moose/neuroml2/generated_neuroml.py | 2 +- moose-core/python/moose/neuroml2/generated_neuromlsub.py | 2 +- moose-core/python/moose/plot_utils.py | 2 +- moose-core/python/moose/sim_utils.py | 2 +- moose-core/python/moose/verification_utils.py | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/moose-core/python/libmumbl/core/dynamic_vars.py b/moose-core/python/libmumbl/core/dynamic_vars.py index b66a1e15..ae56381a 100644 --- a/moose-core/python/libmumbl/core/dynamic_vars.py +++ b/moose-core/python/libmumbl/core/dynamic_vars.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python + """dynamic_vars.py: Class to create variables out of strings. diff --git a/moose-core/python/libmumbl/core/types.py b/moose-core/python/libmumbl/core/types.py index a89ed84c..272ae847 100644 --- a/moose-core/python/libmumbl/core/types.py +++ b/moose-core/python/libmumbl/core/types.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python + """types.py: Implement some data-types. diff --git a/moose-core/python/libmumbl/helper/graph_methods.py b/moose-core/python/libmumbl/helper/graph_methods.py index b5d1360b..50c400eb 100644 --- a/moose-core/python/libmumbl/helper/graph_methods.py +++ b/moose-core/python/libmumbl/helper/graph_methods.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python + __author__ = "Dilawar Singh <dilawars@ncbs.res.in>" diff --git a/moose-core/python/libmumbl/helper/moose_methods.py b/moose-core/python/libmumbl/helper/moose_methods.py index bb684480..c5b0cb8f 100644 --- a/moose-core/python/libmumbl/helper/moose_methods.py +++ b/moose-core/python/libmumbl/helper/moose_methods.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python + """moose_methods.py: Some helper function related with moose to do multiscale modelling. diff --git a/moose-core/python/libmumbl/helper/xml_methods.py b/moose-core/python/libmumbl/helper/xml_methods.py index e848bfa4..d3fb6394 100644 --- a/moose-core/python/libmumbl/helper/xml_methods.py +++ b/moose-core/python/libmumbl/helper/xml_methods.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python + __author__ = "Dilawar Singh <dilawars@ncbs.res.in>" diff --git a/moose-core/python/libmumbl/nml_parser/importer.py b/moose-core/python/libmumbl/nml_parser/importer.py index 6beb6d1c..186f6a0a 100644 --- a/moose-core/python/libmumbl/nml_parser/importer.py +++ b/moose-core/python/libmumbl/nml_parser/importer.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python + __author__ = "Dilawar Singh <dilawars@ncbs.res.in>" __date__ = "Mon 21 Oct 2013 11:37:01 PM IST" diff --git a/moose-core/python/libmumbl/test/adaptor.py b/moose-core/python/libmumbl/test/adaptor.py index 25f38feb..51a55eb5 100644 --- a/moose-core/python/libmumbl/test/adaptor.py +++ b/moose-core/python/libmumbl/test/adaptor.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python + """adaptor.py: diff --git a/moose-core/python/libmumbl/utility/debug.py b/moose-core/python/libmumbl/utility/debug.py index 1fc31a8c..f99de021 100644 --- a/moose-core/python/libmumbl/utility/debug.py +++ b/moose-core/python/libmumbl/utility/debug.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python + """print_utils.py: A library with some print functions. Very useful during development. diff --git a/moose-core/python/moose/methods_utils.py b/moose-core/python/moose/methods_utils.py index 5eaa1519..91e49dcc 100644 --- a/moose-core/python/moose/methods_utils.py +++ b/moose-core/python/moose/methods_utils.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python + """methods_utils.py: Some non-standard functions generic to moose. diff --git a/moose-core/python/moose/neuroml2/generated_neuroml.py b/moose-core/python/moose/neuroml2/generated_neuroml.py index e2d4c5a3..0cbf3ffd 100644 --- a/moose-core/python/moose/neuroml2/generated_neuroml.py +++ b/moose-core/python/moose/neuroml2/generated_neuroml.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python + # -*- coding: utf-8 -*- # diff --git a/moose-core/python/moose/neuroml2/generated_neuromlsub.py b/moose-core/python/moose/neuroml2/generated_neuromlsub.py index 3f066bdd..7e7957be 100644 --- a/moose-core/python/moose/neuroml2/generated_neuromlsub.py +++ b/moose-core/python/moose/neuroml2/generated_neuromlsub.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python + # # Generated Sun Apr 17 15:01:32 2016 by generateDS.py version 2.22a. diff --git a/moose-core/python/moose/plot_utils.py b/moose-core/python/moose/plot_utils.py index b1438394..b2740954 100644 --- a/moose-core/python/moose/plot_utils.py +++ b/moose-core/python/moose/plot_utils.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python + """plot_utils.py: Some utility function for plotting data in moose. diff --git a/moose-core/python/moose/sim_utils.py b/moose-core/python/moose/sim_utils.py index 2e88a68c..0fd637d7 100644 --- a/moose-core/python/moose/sim_utils.py +++ b/moose-core/python/moose/sim_utils.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python + """sim_utils.py: Helper function related with simulation. diff --git a/moose-core/python/moose/verification_utils.py b/moose-core/python/moose/verification_utils.py index c5d52c8a..973c03f1 100644 --- a/moose-core/python/moose/verification_utils.py +++ b/moose-core/python/moose/verification_utils.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python + """verification_utils.py: -- GitLab