diff options
Diffstat (limited to 'MgaRepo/simplerpm.py')
-rw-r--r-- | MgaRepo/simplerpm.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MgaRepo/simplerpm.py b/MgaRepo/simplerpm.py index 2f968b0..a06e694 100644 --- a/MgaRepo/simplerpm.py +++ b/MgaRepo/simplerpm.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python3 from MgaRepo.util import execcmd class SRPM: |