Skip to content
Snippets Groups Projects
  1. May 23, 2023
  2. May 19, 2023
    • James Vasile's avatar
      Rename site to website · b926e9ac
      James Vasile authored
      It turns out that 'site' is a standard module, and if you are using
      pytest and try to `import site` python gets confused about which `site`
      you mean.  We could untangle that via some sys.path hacking or import
      module munging, or maybe just symlinks, but this is cleanest.
      b926e9ac
  3. May 18, 2023
Loading