Skip to content

Commit

Permalink
node/__init__: updated
Browse files Browse the repository at this point in the history
  • Loading branch information
joergsteffens committed Sep 18, 2015
1 parent 1f6a752 commit 2365103
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bareos/fuse/node/__init__.py
@@ -1,4 +1,5 @@
files = ['backups', 'base', 'bvfs', 'client', 'clients', 'directory', 'file', 'job', 'joblog', 'jobs', 'volume', 'volumes']
# ls *.py | sed -r "s/(.*)\.py/'\1', /" | tr '\n' ' '
files = ['backups', 'base', 'bvfsdir', 'bvfsfile', 'client', 'clients', 'directory', 'file', 'job', 'joblog', 'jobs', 'jobslist', 'jobsname', 'volume', 'volumes', 'volumestatus']

for i in files:
module = __import__( "bareos.fuse.node." + i, globals(), locals(), ['*'])
Expand Down

0 comments on commit 2365103

Please sign in to comment.