Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bob.io.matlab
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
bob
bob.io.matlab
Merge requests
!1
Fixes UserWarning: Module bob was already imported from ...
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Fixes UserWarning: Module bob was already imported from ...
importwarning
into
master
Overview
0
Commits
1
Pipelines
0
Changes
3
Closed
André Anjos
requested to merge
importwarning
into
master
9 years ago
Overview
0
Commits
1
Pipelines
0
Changes
3
Expand
Created by: 183amir
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
6b1c8dda
1 commit,
8 years ago
3 files
+
4
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
bob/io/__init__.py
+
1
−
0
Options
# see https://docs.python.org/3/library/pkgutil.html
from
pkgutil
import
extend_path
__path__
=
extend_path
(
__path__
,
__name__
)
__import__
(
'
pkg_resources
'
).
declare_namespace
(
__name__
)
Loading