summaryrefslogtreecommitdiffstats
path: root/src/pyfedpkg/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/pyfedpkg/__init__.py')
-rw-r--r--src/pyfedpkg/__init__.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pyfedpkg/__init__.py b/src/pyfedpkg/__init__.py
index 59d65ad..28ca295 100644
--- a/src/pyfedpkg/__init__.py
+++ b/src/pyfedpkg/__init__.py
@@ -1288,10 +1288,6 @@ class PackageModule:
# Get just the output, then split it by space, grab the first
return output[0].split()[0]
- def getnvr(self):
- """Return Name-Version-Release of a package"""
- return self.nvr
-
def getrel(self):
"""Return the version-release of a package module."""