Skip to content

Old appscale_tools namespace login in agents setup.py #16

Description

@scragraham

At the top of the setup.py script there is some legacy code related to appscale_tools. I don't believe this will cause any issues, but we should clean up the code and remove this block.

# Require users to uninstall versions that used the appscale namespace.
try:
  import appscale.appscale_tools
  print('Please run "pip uninstall appscale-tools" first.\n'
        "Your installed version conflicts with this version's namespace.")
  sys.exit()
except ImportError:
  pass

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions