Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
census
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Derivatives team
census
Commits
d64ac375
Unverified
Commit
d64ac375
authored
5 years ago
by
Paul Wise
Browse files
Options
Downloads
Patches
Plain Diff
Add directory for code shared between multiple Python scripts
parent
56097323
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
Makefile
+1
-0
1 addition, 0 deletions
Makefile
Makefile.deriv
+1
-0
1 addition, 0 deletions
Makefile.deriv
Makefile.var
+1
-0
1 addition, 0 deletions
Makefile.var
lib/python/census/__init__.py
+0
-0
0 additions, 0 deletions
lib/python/census/__init__.py
with
3 additions
and
0 deletions
Makefile
+
1
−
0
View file @
d64ac375
...
...
@@ -2,6 +2,7 @@
# Released under the MIT/Expat license, see doc/COPYING
export
PATH
:=
$(
CURDIR
)
/bin:
$(
PATH
)
export
PYTHONPATH
=
$(
CURDIR
)
/lib/python
export
CURLRC
=
$(
CURDIR
)
/etc/curl.conf
export
APT_CONFIG
=
$(
CURDIR
)
/etc/apt.conf
...
...
This diff is collapsed.
Click to expand it.
Makefile.deriv
+
1
−
0
View file @
d64ac375
...
...
@@ -2,6 +2,7 @@
# Released under the MIT/Expat license, see doc/COPYING
export
PATH
:=
$(
CURDIR
)
/../../bin:
$(
PATH
)
export
PYTHONPATH
=
$(
CURDIR
)
/../../lib/python
export
CURLRC
=
$(
CURDIR
)
/../../etc/curl.conf
export
APT_CONFIG
=
$(
CURDIR
)
/../../etc/apt.conf
...
...
This diff is collapsed.
Click to expand it.
Makefile.var
+
1
−
0
View file @
d64ac375
...
...
@@ -2,6 +2,7 @@
# Released under the MIT/Expat license, see doc/COPYING
export
PATH
:=
$(
CURDIR
)
/../bin:
$(
PATH
)
export
PYTHONPATH
=
$(
CURDIR
)
/../lib/python
export
CURLRC
=
$(
CURDIR
)
/../etc/curl.conf
export
APT_CONFIG
=
$(
CURDIR
)
/../etc/debian.apt.var.conf
...
...
This diff is collapsed.
Click to expand it.
lib/python/census/__init__.py
0 → 100644
+
0
−
0
View file @
d64ac375
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment