Skip to content

Commit

Permalink
fd python plugin: replace import statement in the Local Fileset Plugin
Browse files Browse the repository at this point in the history
- replace BareosFdPluginBaseclass by BareosFdPluginLocalFilesBaseclass
  • Loading branch information
franku committed Oct 23, 2020
1 parent ae4667d commit fc47cce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import bareosfd
import os
import re
from BareosFdPluginBaseclass import BareosFdPluginBaseclass
from BareosFdPluginLocalFilesBaseclass import BareosFdPluginLocalFilesBaseclass
import stat


Expand Down

0 comments on commit fc47cce

Please sign in to comment.