Mercurial > repos > yating-l > hubarchivecreator_test
comparison hub-archive-creator/Track.py @ 6:9193fe3ee73f draft default tip
Uploaded
author | yating-l |
---|---|
date | Thu, 22 Dec 2016 15:59:24 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
5:48d7b2dddae6 | 6:9193fe3ee73f |
---|---|
1 #!/usr/bin/python | |
2 | |
3 # TODO: Is this still useful? | |
4 class Track(object): | |
5 """Class to manage the track informations needed for Track Hub, in the TrackDb text file""" | |
6 | |
7 def __init__(self, trackFile=None, trackDb=None): | |
8 self.trackFile = trackFile | |
9 | |
10 self.trackDb = trackDb |