Ejemplo n.º 1
0
 def __getFormattedCount(self, tab):
     current = getGuiCount(tab.getCount())
     total = getGuiCount(tab.getTotalCount())
     if self.__qualities or self.__boosterTypes:
         return '%s/%s' % (current, total)
     return '%s' % current
Ejemplo n.º 2
0
 def __getFormattedCount(self, tab):
     current = getGuiCount(tab.getCount())
     total = getGuiCount(tab.getTotalCount())
     if self.__qualities or self.__boosterTypes:
         return '%s/%s' % (current, total)
     return '%s' % current