Skip to content

Migrar modulo poweremail_campaign a python 3#69

Merged
lcbautista merged 1 commit intomasterfrom
81561_imp_py3_poweremail_campaign
Nov 21, 2025
Merged

Migrar modulo poweremail_campaign a python 3#69
lcbautista merged 1 commit intomasterfrom
81561_imp_py3_poweremail_campaign

Conversation

@lcbautista
Copy link
Copy Markdown
Member

No description provided.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR migrates the poweremail_campaign module to Python 3 by adding future imports for absolute imports and converting package-level imports to use relative import syntax. This maintains backward compatibility with Python 2 while preparing the codebase for Python 3.

Key Changes:

  • Added from __future__ import absolute_import to all module files for Python 2/3 compatibility
  • Converted absolute imports to relative imports (using dot notation) in __init__.py files

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
wizard/__init__.py Converted absolute imports to relative imports with dot notation
tests/__init__.py Converted absolute imports to relative imports with dot notation
wizard/wizard_resend_mails.py Added future absolute_import statement
wizard/wizard_poweremail_campaign.py Added future absolute_import statement
poweremail_campaign_line.py Added future absolute_import statement
poweremail_campaign.py Added future absolute_import statement

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions
Copy link
Copy Markdown

Test Results

 2 files   2 suites   1s ⏱️
92 tests 92 ✅ 0 💤 0 ❌
93 runs  93 ✅ 0 💤 0 ❌

Results for commit 2473008.

@lcbautista lcbautista enabled auto-merge November 21, 2025 07:19
@lcbautista lcbautista merged commit 30f8f94 into master Nov 21, 2025
14 checks passed
@lcbautista lcbautista deleted the 81561_imp_py3_poweremail_campaign branch November 21, 2025 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request to be merged Ready to integrate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants