Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
W
wendelin.core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Joshua
wendelin.core
Commits
b06884a5
Commit
b06884a5
authored
Dec 04, 2019
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
ce8cb3db
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
wcfs/__init__.py
wcfs/__init__.py
+4
-7
No files found.
wcfs/__init__.py
View file @
b06884a5
...
...
@@ -45,28 +45,25 @@ $WENDELIN_CORE_WCFS_OPTIONS
from
__future__
import
print_function
,
absolute_import
import
os
,
sys
,
hashlib
,
tempfile
,
subprocess
,
time
,
re
,
traceback
import
os
,
sys
,
hashlib
,
tempfile
,
subprocess
,
time
import
logging
as
log
from
os.path
import
dirname
from
errno
import
ENOENT
,
EEXIST
from
golang
import
chan
,
select
,
default
,
func
,
defer
from
golang
import
chan
,
select
,
default
,
func
from
golang
import
sync
,
context
from
golang.gcompat
import
qq
from
persistent
import
Persistent
from
ZODB.FileStorage
import
FileStorage
from
ZODB.utils
import
z64
,
u64
,
p64
from
zodbtools.util
import
ashex
as
h
,
fromhex
from
zodbtools.util
import
ashex
as
h
from
.internal
import
mm
# XXX for tests?
from
.internal._wcfs
import
\
PyWCFS
as
_WCFS
,
\
PyWatchLink
as
WatchLink
,
\
PyPinReq
as
PinReq
\
from
six
import
reraise
# WCFS represents filesystem-level connection to wcfs server.
#
# Use join to create it.
...
...
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