Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pyfs
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
pyfs
Commits
214741d3
Commit
214741d3
authored
Sep 19, 2008
by
willmcgugan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changes for packaging...
parent
dbf2928f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
fs/__init__.py
+9
-0
fs/fs.py
+0
-9
No files found.
fs/__init__.py
View file @
214741d3
"""
A filesystem abstraction.
"""
__version__
=
"0.1dev"
__author__
=
"Will McGugan (will@willmcgugan.com)"
from
fs
import
*
from
fs
import
*
from
helpers
import
*
from
helpers
import
*
__all__
=
[
'memoryfs'
,
__all__
=
[
'memoryfs'
,
...
...
fs/fs.py
View file @
214741d3
#!/usr/bin/env python
#!/usr/bin/env python
"""
A filesystem abstraction.
"""
__version__
=
"0.1dev"
__author__
=
"Will McGugan (will@willmcgugan.com)"
from
helpers
import
*
from
helpers
import
*
import
os
import
os
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment