X-Git-Url: http://woldlab.caltech.edu/gitweb/?p=htsworkflow.git;a=blobdiff_plain;f=htsworkflow%2Ffrontend%2Fbcmagic%2Fmodels.py;fp=htsworkflow%2Ffrontend%2Fbcmagic%2Fmodels.py;h=3d9b6075b92ae00383be8358d5f73ec7c5aa7ac7;hp=4db58a3ddd8e5b27bfcc539cae7fd12fa92a4f74;hb=53ebb47e86e81ce349d4ef4e16aef94be93486ea;hpb=4262586d10cc0cc227390873b301b55244204c11 diff --git a/htsworkflow/frontend/bcmagic/models.py b/htsworkflow/frontend/bcmagic/models.py index 4db58a3..3d9b607 100644 --- a/htsworkflow/frontend/bcmagic/models.py +++ b/htsworkflow/frontend/bcmagic/models.py @@ -28,4 +28,4 @@ class Printer(models.Model): notes = models.TextField() def __unicode__(self): - return u'%s, %s, %s, %s, %sx%s' % (self.name, self.model, self.ip_address, self.label_shape, self.label_width, self.label_width) \ No newline at end of file + return '%s, %s, %s, %s, %sx%s' % (self.name, self.model, self.ip_address, self.label_shape, self.label_width, self.label_width) \ No newline at end of file