File: //proc/thread-self/root/lib/python3/dist-packages/apt/__pycache__/utils.cpython-38.pyc
U
&��cl � @ s� d dl mZ d dlZd dlZzd dlmZmZ e e W n ek
rL Y nX d dlZd dl Z e e e dd� Z
dd� Zdd � ZdS )
� )�print_functionN)�Optional�Tuplec C sR |d }|d }| j | | j| d }| j| d }|dkrJd}|d8 }||fS )z�
get the (year, month) tuple when the maintenance for the distribution
ends. Needs the data of the release and the number of months that
its is supported as input
� r � )ZyearZmonth)Zrelease_dateZm_monthsZyearsZmonthsZsupport_end_yearZsupport_end_month� r �+/usr/lib/python3/dist-packages/apt/utils.py�get_maintenance_end_date'