HomeSort by relevance Sort by last modified time
    Searched refs:pypirc (Results 1 - 4 of 4) sorted by null

  /external/chromium-trace/trace-viewer/third_party/python_gflags/
Makefile 8 # Check that the person has .pypirc
9 @if [ ! -e ~/.pypirc ]; then \
10 echo "Please create a ~/.pypirc with the following contents:"; \
  /external/chromium_org/third_party/python_gflags/
Makefile 8 # Check that the person has .pypirc
9 @if [ ! -e ~/.pypirc ]; then \
10 echo "Please create a ~/.pypirc with the following contents:"; \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
register.py 81 raise ValueError('%s not found in .pypirc' % self.repository)
107 First we try to read the username/password from $HOME/.pypirc,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
register.py 81 raise ValueError('%s not found in .pypirc' % self.repository)
107 First we try to read the username/password from $HOME/.pypirc,

Completed in 55 milliseconds