Initial port to python3
[htsworkflow.git] / htsworkflow / frontend / bcmagic / models.py
index 4db58a3ddd8e5b27bfcc539cae7fd12fa92a4f74..3d9b6075b92ae00383be8358d5f73ec7c5aa7ac7 100644 (file)
@@ -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