Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-analytics-data-api
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
edx
edx-analytics-data-api
Commits
68754b75
Commit
68754b75
authored
Jan 24, 2014
by
Carlos Andrés Rocha
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5 from rocha/remove-namespace-packages
Remove namespace packages from installtion
parents
5a2241ee
fa46e646
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
5 deletions
+3
-5
edx/__init__.py
+1
-1
edx/analytics/__init__.py
+1
-1
edx/analytics/tasks/__init__.py
+1
-0
setup.cfg
+0
-3
No files found.
edx/__init__.py
View file @
68754b75
__import__
(
'pkg_resources'
)
.
declare_namespace
(
__name__
)
edx/analytics/__init__.py
View file @
68754b75
__import__
(
'pkg_resources'
)
.
declare_namespace
(
__name__
)
edx/analytics/tasks/__init__.py
View file @
68754b75
setup.cfg
View file @
68754b75
...
...
@@ -11,10 +11,7 @@ skip_changelog = True
[files]
packages =
edx.analytics.tasks
namespace_packages =
edx
edx.analytics
data_files =
share/edx.analytics.tasks = share/*
...
...
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