Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
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-platform
Commits
dac018f4
Commit
dac018f4
authored
Jun 23, 2015
by
Utkarsh
Committed by
utkjad
Jun 25, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding dependency for edx-user-state-client
parent
4662246b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
256 deletions
+2
-256
lms/djangoapps/courseware/user_state_client.py
+1
-1
lms/djangoapps/xblock_user_state/__init__.py
+0
-0
lms/djangoapps/xblock_user_state/interface.py
+0
-255
requirements/edx/github.txt
+1
-0
No files found.
lms/djangoapps/courseware/user_state_client.py
View file @
dac018f4
...
...
@@ -13,7 +13,7 @@ except ImportError:
from
django.contrib.auth.models
import
User
from
xblock.fields
import
Scope
,
ScopeBase
from
xblock_user_state
.interface
import
XBlockUserStateClient
from
edx_user_state_client
.interface
import
XBlockUserStateClient
from
courseware.models
import
StudentModule
,
StudentModuleHistory
from
contracts
import
contract
,
new_contract
from
opaque_keys.edx.keys
import
UsageKey
...
...
lms/djangoapps/xblock_user_state/__init__.py
deleted
100644 → 0
View file @
4662246b
lms/djangoapps/xblock_user_state/interface.py
deleted
100644 → 0
View file @
4662246b
This diff is collapsed.
Click to expand it.
requirements/edx/github.txt
View file @
dac018f4
...
...
@@ -53,6 +53,7 @@ git+https://github.com/edx/edx-lint.git@ed8c8d2a0267d4d42f43642d193e25f8bd575d9b
-e git+https://github.com/edx-solutions/xblock-google-drive.git@138e6fa0bf3a2013e904a085b9fed77dab7f3f21#egg=xblock-google-drive
-e git+https://github.com/edx/edx-reverification-block.git@a286e89c73e1b788e35ac5b08a54b71a9fa63cfd#egg=edx-reverification-block
git+https://github.com/edx/ecommerce-api-client.git@1.0.0#egg=ecommerce-api-client==1.0.0
-e git+https://github.com/edx/edx-user-state-client.git@64a8b603f42669bb7fdca03d364d4e8d3d6ad67d#egg=edx-user-state-client
# Third Party XBlocks
-e git+https://github.com/mitodl/edx-sga@172a90fd2738f8142c10478356b2d9ed3e55334a#egg=edx-sga
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