Remove unused code

master
Salvo 'LtWorf' Tomaselli 2020-08-15 22:41:13 +07:00
parent 51f85e6daf
commit c61cea7806
No known key found for this signature in database
GPG Key ID: B3A7CF0C801886CF
1 changed files with 1 additions and 9 deletions

@ -1,5 +1,5 @@
# Relational
# Copyright (C) 2008-2015 Salvo "LtWorf" Tomaselli
# Copyright (C) 2008-2020 Salvo "LtWorf" Tomaselli
#
# Relational is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@ -142,11 +142,3 @@ def edit_relation(rel=None):
Form.exec_()
return Form.result_relation
if __name__ == '__main__':
import sys
app = QtGui.QApplication(sys.argv)
r = relation.relation(
"/home/salvo/dev/relational/trunk/samples/people.csv")
print (edit_relation(r))