# HG changeset patch # User Andreas Nolda # Date 1604869495 -3600 # Sun Nov 08 22:04:55 2020 +0100 # Node ID a652e8481e86afdc3afaaf1ac2649fbedd953b75 # Parent c9df790be3ca3423bbdce80e6f25e2410dd91d29 remove whitespace in shebang diff --git a/xgrep.py b/xgrep.py --- a/xgrep.py +++ b/xgrep.py @@ -1,4 +1,4 @@ -#! /usr/bin/python3 +#!/usr/bin/python3 # xgrep.py -- search for elements in XML files, using XPath 1.0 expressions # Andreas Nolda 2020-04-26