Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-ora2
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-ora2
Commits
2ad8d1fb
Commit
2ad8d1fb
authored
May 08, 2014
by
Will Daly
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Split models.py into separate Python modules
parent
9b066045
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
1 deletions
+8
-1
apps/openassessment/assessment/models/__init__.py
+7
-0
apps/openassessment/assessment/models/base.py
+0
-0
apps/openassessment/assessment/models/peer.py
+0
-0
pylintrc
+1
-1
No files found.
apps/openassessment/assessment/models/__init__.py
0 → 100644
View file @
2ad8d1fb
"""
Export models from each Python module in this package.
"""
# pylint: disable=W0401
from
.base
import
*
from
.peer
import
*
apps/openassessment/assessment/models.py
→
apps/openassessment/assessment/models
/base
.py
View file @
2ad8d1fb
This diff is collapsed.
Click to expand it.
apps/openassessment/assessment/models/peer.py
0 → 100644
View file @
2ad8d1fb
This diff is collapsed.
Click to expand it.
pylintrc
View file @
2ad8d1fb
...
...
@@ -161,7 +161,7 @@ bad-names=foo,bar,baz,toto,tutu,tata
# Regular expression which should only match functions or classes name which do
# not require a docstring
no-docstring-rgx=__.*__|test_.*|setUp|tearDown
no-docstring-rgx=__.*__|test_.*|setUp|tearDown
|Meta
[MISCELLANEOUS]
...
...
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