Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
Pyston
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
Pyston
Commits
6b12ddf1
Commit
6b12ddf1
authored
Aug 22, 2015
by
Kevin Modzelewski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix submodules
Somehow most of them did not make it in the second merge.
parent
10dac493
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
13 additions
and
7 deletions
+13
-7
.gitmodules
.gitmodules
+7
-7
test/lib/django
test/lib/django
+1
-0
test/lib/gflags
test/lib/gflags
+1
-0
test/lib/pycrypto
test/lib/pycrypto
+1
-0
test/lib/pyxl
test/lib/pyxl
+1
-0
test/lib/sqlalchemy
test/lib/sqlalchemy
+1
-0
test/lib/virtualenv
test/lib/virtualenv
+1
-0
No files found.
.gitmodules
View file @
6b12ddf1
[submodule "test/
integration
/django"]
[submodule "test/
lib
/django"]
path = test/lib/django
url = https://github.com/django/django
[submodule "test/
integration
/virtualenv"]
[submodule "test/
lib
/virtualenv"]
path = test/lib/virtualenv
url = https://github.com/dropbox/virtualenv
[submodule "test/
integration
/pycrypto"]
[submodule "test/
lib
/pycrypto"]
path = test/lib/pycrypto
url = https://github.com/dlitz/pycrypto.git
[submodule "test/
integration
/gflags"]
[submodule "test/
lib
/gflags"]
path = test/lib/gflags
url = https://github.com/google/python-gflags
ignore = untracked
[submodule "test/
integration
/sqlalchemy"]
[submodule "test/
lib
/sqlalchemy"]
path = test/lib/sqlalchemy
url = https://github.com/zzzeek/sqlalchemy
[submodule "test/
integration
/pyxl"]
[submodule "test/
lib
/pyxl"]
path = test/lib/pyxl
url = https://github.com/dropbox/pyxl.git
ignore = untracked
...
...
@@ -33,4 +33,4 @@
url = git://github.com/jemalloc/jemalloc.git
[submodule "test/lib/numpy"]
path = test/lib/numpy
url = http://github.com/numpy/numpy
url = http
s
://github.com/numpy/numpy
django
@
634f4229
Subproject commit 634f4229c5cafeb3a1c03e5deb9434d7c0f74ebe
gflags
@
1569dd1f
Subproject commit 1569dd1f3855abd262ea3a7741527d4413b35bc9
pycrypto
@
7acba5f3
Subproject commit 7acba5f3a6ff10f1424c309d0d34d2b713233019
pyxl
@
ebe32acd
Subproject commit ebe32acd6f779069a6a9e03ca48c7eb5ffcd0831
sqlalchemy
@
eb1bb84f
Subproject commit eb1bb84fbc10c801c7269a3d38c9e0235327857e
virtualenv
@
e715c2e4
Subproject commit e715c2e4beec912248bcaa258b4dfd7c015a9273
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