Delete rbackup.plugins.pacman module

This commit is contained in:
Eric Torres 2019-04-19 07:48:48 -07:00
parent 73246c3ccc
commit 194dc7a0ff

View File

@ -1,11 +0,0 @@
"""
.. moduleauthor:: Eric Torres
.. module:: rbackup.plugins.pacman
:synopsis: Implementation class for the Pacman package manager.
"""
from rbackup.plugins.packagemanager import PackageManager
class Pacman(PackageManager):
def __init__(self):
super().__init__("/var/cache/pacman", "/var/lib/pacman", ("pacman", "-Qqe"))