summaryrefslogtreecommitdiff
path: root/diff.py
diff options
context:
space:
mode:
authorTizenOpenSource <tizenopensrc@samsung.com>2023-12-27 18:11:19 +0900
committerTizenOpenSource <tizenopensrc@samsung.com>2023-12-27 18:11:19 +0900
commit727a4bfe21f594703093859adb151f67f0403a13 (patch)
tree90f3c63cafddcdc010091ead32a9d5e7d09e4cd2 /diff.py
parent95b3517edeace0e940b51d8ac5609c8f9326f6f4 (diff)
downloadrpmlint-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-xdiff.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/diff.py b/diff.py
new file mode 100755
index 0000000..3e94a56
--- /dev/null
+++ b/diff.py
@@ -0,0 +1,5 @@
+#!/usr/bin/python3
+
+from rpmlint.cli import diff
+
+diff()