diff options
author | TizenOpenSource <tizenopensrc@samsung.com> | 2023-12-27 18:11:19 +0900 |
---|---|---|
committer | TizenOpenSource <tizenopensrc@samsung.com> | 2023-12-27 18:11:19 +0900 |
commit | 727a4bfe21f594703093859adb151f67f0403a13 (patch) | |
tree | 90f3c63cafddcdc010091ead32a9d5e7d09e4cd2 /diff.py | |
parent | 95b3517edeace0e940b51d8ac5609c8f9326f6f4 (diff) | |
download | rpmlint-727a4bfe21f594703093859adb151f67f0403a13.tar.gz rpmlint-727a4bfe21f594703093859adb151f67f0403a13.tar.bz2 rpmlint-727a4bfe21f594703093859adb151f67f0403a13.zip |
Imported Upstream version 2.5.0upstream/2.5.0upstream
Diffstat (limited to 'diff.py')
-rwxr-xr-x | diff.py | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +#!/usr/bin/python3 + +from rpmlint.cli import diff + +diff() |