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
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
Kirill Smelkov
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
Show 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
...
@@ -45,28 +45,25 @@ $WENDELIN_CORE_WCFS_OPTIONS
from
__future__
import
print_function
,
absolute_import
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
import
logging
as
log
from
os.path
import
dirname
from
os.path
import
dirname
from
errno
import
ENOENT
,
EEXIST
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
import
sync
,
context
from
golang.gcompat
import
qq
from
golang.gcompat
import
qq
from
persistent
import
Persistent
from
persistent
import
Persistent
from
ZODB.FileStorage
import
FileStorage
from
ZODB.FileStorage
import
FileStorage
from
ZODB.utils
import
z64
,
u64
,
p64
from
zodbtools.util
import
ashex
as
h
from
zodbtools.util
import
ashex
as
h
,
fromhex
from
.internal
import
mm
# XXX for tests?
from
.internal._wcfs
import
\
from
.internal._wcfs
import
\
PyWCFS
as
_WCFS
,
\
PyWCFS
as
_WCFS
,
\
PyWatchLink
as
WatchLink
,
\
PyWatchLink
as
WatchLink
,
\
PyPinReq
as
PinReq
\
PyPinReq
as
PinReq
\
from
six
import
reraise
# WCFS represents filesystem-level connection to wcfs server.
# WCFS represents filesystem-level connection to wcfs server.
#
#
# Use join to create it.
# 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