Clean up the docstrings

This commit is contained in:
Jakub Kadlčík
2017-03-30 16:02:00 +02:00
parent 0453a7da35
commit 9dafe673fe
3 changed files with 0 additions and 15 deletions

View File

@@ -22,11 +22,6 @@
# Written by Petr Šabata <contyk@redhat.com>
# Luboš Kocman <lkocman@redhat.com>
"""Generic component build functions."""
# TODO: Query the PDC to find what modules satisfy the build dependencies and
# their tag names.
# TODO: Ensure the RPM %dist tag is set according to the policy.
import logging
import os

View File

@@ -22,11 +22,6 @@
# Written by Petr Šabata <contyk@redhat.com>
# Luboš Kocman <lkocman@redhat.com>
"""Generic component build functions."""
# TODO: Query the PDC to find what modules satisfy the build dependencies and
# their tag names.
# TODO: Ensure the RPM %dist tag is set according to the policy.
import logging
import os

View File

@@ -22,11 +22,6 @@
# Written by Petr Šabata <contyk@redhat.com>
# Luboš Kocman <lkocman@redhat.com>
"""Generic component build functions."""
# TODO: Query the PDC to find what modules satisfy the build dependencies and
# their tag names.
# TODO: Ensure the RPM %dist tag is set according to the policy.
import logging
import os