Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tiago Peixoto
graph-tool
Commits
bc7495ba
Commit
bc7495ba
authored
Mar 02, 2016
by
Tiago Peixoto
Browse files
Rename io.py to gt_io.py
This avoids confusion with the standard 'io' module.
parent
1c5bc9ba
Pipeline
#114
failed with stage
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/graph_tool/Makefile.am
View file @
bc7495ba
...
...
@@ -4,7 +4,7 @@ graph_tool_PYTHON = \
__init__.py
\
dl_import.py
\
decorators.py
\
io.py
\
gt_
io.py
\
all.py
graph_tooldir
=
$(MOD_DIR)
...
...
src/graph_tool/__init__.py
View file @
bc7495ba
...
...
@@ -105,7 +105,7 @@ from .dl_import import *
dl_import
(
"from . import libgraph_tool_core as libcore"
)
__version__
=
libcore
.
mod_info
().
version
from
.
import
io
# sets up libcore io routines
from
.
import
gt_
io
# sets up libcore io routines
import
sys
import
os
...
...
src/graph_tool/io.py
→
src/graph_tool/
gt_
io.py
View file @
bc7495ba
File moved
Tiago Peixoto
@count0
mentioned in issue
#283 (closed)
·
Apr 03, 2016
mentioned in issue
#283 (closed)
mentioned in issue #283
Toggle commit list
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