jd / pifpaf

Python fixtures and daemon managing tools for functional testing
Apache License 2.0
193 stars 39 forks source link

Change local import of swift to absolute from top-level package #161

Closed kotopesutility closed 11 months ago

kotopesutility commented 1 year ago

It's better to use absolute import. By the way, it allows you to import pifpaf.drivers.templates.swift.sitecustomize

kotopesutility commented 11 months ago

You can merge it:)

jd commented 11 months ago

@mergifyio update

mergify[bot] commented 11 months ago

update

☑️ Nothing to do

- [ ] `#commits-behind>0` [:pushpin: update requirement] - [X] `-closed` [:pushpin: update requirement]
tobias-urdin commented 11 months ago

This will be reverted by https://github.com/jd/pifpaf/pull/162 since it's broken but not caught due to no CI.