diff options
Diffstat (limited to 'schema')
-rwxr-xr-x | schema/gendummydata.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/schema/gendummydata.py b/schema/gendummydata.py index 5ed63327..1f3d0476 100755 --- a/schema/gendummydata.py +++ b/schema/gendummydata.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 """ usage: gendummydata.py outputfilename.sql """ |