~oly/scaffold/trunk

« back to all changes in this revision

Viewing changes to scaffold/core/uri.py

  • Committer: Oliver Marks
  • Date: 2016-09-18 16:32:41 UTC
  • Revision ID: oly@digitaloctave.com-20160918163241-1y6lhshwr3ucn2tz
python3 changes, fixes to tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
        self.ful = '%s//%s%s' % (schema, domain, self.port)
31
31
        self.med = '//%s%s/%s/' % (domain, self.port, static)
32
32
        self.img = '//%s%s/%s/%s/' % (domain, self.port, static, images)
33
 
        print(self.ful)
34
 
        print('update')
35
33
 
36
34
    def add_domain(self, path):
37
35
        """given a uri make it a full url but with out schema,