Skip to content

Commit

Permalink
remove version indication from __init__.py files
Browse files Browse the repository at this point in the history
  • Loading branch information
p1-bmu committed May 17, 2021
1 parent aef4e0e commit 446ba9b
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 16 deletions.
1 change: 0 additions & 1 deletion pycrate_asn1c/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@
'dictobj', 'setobj', 'refobj', 'asnobj',
'extractor', 'specdir', 'proc', 'generator'
]
__version__ = '0.4.0'
2 changes: 0 additions & 2 deletions pycrate_asn1rt/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,3 @@
__all__ = ['utils', 'err', 'glob', 'dictobj', 'setobj', 'refobj',
'asnobj_basic', 'asnobj_str', 'asnobj_construct', 'asnobj_class', 'asnobj_ext',
'wrapper']
__version__ = '0.4.0'

1 change: 0 additions & 1 deletion pycrate_core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@
#*/
#
__all__ = ['utils', 'charpy', 'repr', 'elt', 'base']
__version__ = '0.4.0'
1 change: 0 additions & 1 deletion pycrate_corenet/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,3 @@
'ProcProto', 'ProcCNHnbap', 'ProcCNRua', 'ProcCNRanap', 'ProcCNS1ap',
'ProcCNMM', 'ProcCNGMM', 'ProcCNEMM', 'ProcCNESM',
]
__version__ = '0.4.0'
2 changes: 0 additions & 2 deletions pycrate_crypto/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,3 @@
#*/

__all__ = ['EAP', 'IKEv2']
__version__ = '0.4.0'

2 changes: 0 additions & 2 deletions pycrate_csn1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,3 @@
#*/

__all__ = ['utils', 'trans', 'csnobj']
__version__ = '0.4.0'

1 change: 0 additions & 1 deletion pycrate_diameter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@
#*/
#
__all__ = ['Diameter', 'DiameterIETF', 'Diameter3GPP', 'iana_diameter_dicts']
__version__ = '0.4.0'
1 change: 0 additions & 1 deletion pycrate_ether/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@
#*/
#
__all__ = ['Ethernet', 'ARP', 'IP', 'SCTP', 'PCAP']
__version__ = '0.4.0'
1 change: 0 additions & 1 deletion pycrate_media/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@
#*/
#
__all__ = ['BMP', 'PNG', 'JPEG', 'TIFF', 'GIF', 'MPEG4', 'MP3']
__version__ = '0.4.0'
2 changes: 0 additions & 2 deletions pycrate_mobile/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,3 @@
'TS29002_MAPAppCtx', 'TS29002_MAPIE', 'TS29274_GTPC', 'TS29281_GTPU',
'TS29244_PFCP',
'TS44018_IE', 'TS44018_RR', 'TS44018_GTTP', 'TS48058_Abis']
__version__ = '0.4.0'

1 change: 0 additions & 1 deletion pycrate_osmo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@
#*/
#
__all__ = ['L1CTL']
__version__ = '0.4.0'
1 change: 0 additions & 1 deletion pycrate_sys/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,3 @@
#*/
#
__all__ = ['MBR']
__version__ = '0.4.0'

0 comments on commit 446ba9b

Please sign in to comment.