diff options
Diffstat (limited to 'bsfs/apps/migrate.py')
-rw-r--r-- | bsfs/apps/migrate.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/bsfs/apps/migrate.py b/bsfs/apps/migrate.py index b9d019f..34ea2e7 100644 --- a/bsfs/apps/migrate.py +++ b/bsfs/apps/migrate.py @@ -1,9 +1,5 @@ -""" +#!/usr/bin/env python3 -Part of the BlackStar filesystem (bsfs) module. -A copy of the license is provided with the project. -Author: Matthias Baumgartner, 2022 -""" # imports import argparse import json |