Skip to content

Commit

Permalink
Add CLOUDTP project transformations
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoura committed Jun 17, 2018
1 parent ed3d3c8 commit 03adb82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions dump2polarion/transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ def requirement_transform(requirement):

PROJECT_MAPPING_REQ = {
'RHCF3': get_requirements_transform_cfme,
'CLOUDTP': get_requirements_transform_cfme,
}


Expand Down
2 changes: 0 additions & 2 deletions dump2polarion/verify.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
import os
import time

import requests


# pylint: disable=invalid-name
logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 03adb82

Please sign in to comment.