File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 1+ # -*- coding: utf-8 -*-
2+
3+ """
4+
5+ LoggedFS-python
6+ Filesystem monitoring with Fuse and Python
7+ https://github.com/pleiszenburg/loggedfs-python
8+
9+ tests/__init__.py: Test module init
10+
11+ Copyright (C) 2017-2018 Sebastian M. Ernst <[email protected] > 12+
13+ <LICENSE_BLOCK>
14+ The contents of this file are subject to the Apache License
15+ Version 2 ("License"). You may not use this file except in
16+ compliance with the License. You may obtain a copy of the License at
17+ https://www.apache.org/licenses/LICENSE-2.0
18+ https://github.com/pleiszenburg/loggedfs-python/blob/master/LICENSE
19+
20+ Software distributed under the License is distributed on an "AS IS" basis,
21+ WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License for the
22+ specific language governing rights and limitations under the License.
23+ </LICENSE_BLOCK>
24+
25+ """
26+
27+
28+ # +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
29+ # IMPORT
30+ # +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
31+
32+ from . import lib
You can’t perform that action at this time.
0 commit comments