From c420e03ca13b3c9c051d44bda876179fb584cdc5 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Fri, 24 Apr 2026 17:06:18 +0200 Subject: [PATCH] add shebangs --- export_events.py | 1 + import_events.py | 1 + 2 files changed, 2 insertions(+) diff --git a/export_events.py b/export_events.py index eb5063a..cb1592a 100644 --- a/export_events.py +++ b/export_events.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python import os import argparse import psycopg2 diff --git a/import_events.py b/import_events.py index ab3e20b..3e6456f 100644 --- a/import_events.py +++ b/import_events.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python import os import argparse import psycopg2